mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
4d9059aed9
Now we have rk356x support :-) Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 lines
197 B
Makefile
9 lines
197 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=armv8
|
|
BOARDNAME:=RK33xx/RK356x boards (64 bit)
|
|
|
|
define Target/Description
|
|
Build firmware image for Rockchip RK33xx devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|