mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=armv8
|
|
CPU_TYPE:=cortex-a55
|
|
BOARDNAME:=RK356x boards (64 bit)
|
|
|
|
define Target/Description
|
|
Build firmware image for Rockchip RK33xx devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|