mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
13 lines
264 B
Makefile
13 lines
264 B
Makefile
ARCH:=aarch64
|
|
CPU_TYPE:=cortex-a53
|
|
BOARDNAME:=Amlogic S905x boards (64 bit)
|
|
|
|
KERNEL_PATCHVER:=5.15
|
|
|
|
DEFAULT_PACKAGES+=ethtool parted kmod-fb
|
|
|
|
define Target/Description
|
|
Build firmware image for Amlogic S905x devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|