mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-16 19:01:32 +00:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
ARCH:=aarch64
|
|
CPU_TYPE:=cortex-a53
|
|
BOARDNAME:=Amlogic S905x boards (64 bit)
|
|
|
|
DEFAULT_PACKAGES+= ethtool parted
|
|
|
|
define Target/Description
|
|
Build firmware image for Amlogic S905x devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|