mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-31 08:46:59 +08:00

This reverts commit bbfc031f1c0f5bf1acd92f6551e533e37c0f4585. This part is identical to armv8 generic, remove redundant code.
9 lines
190 B
Makefile
9 lines
190 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=armv8
|
|
BOARDNAME:=RK33xx boards (64 bit)
|
|
|
|
define Target/Description
|
|
Build firmware image for Rockchip RK33xx devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|