mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-13 07:54:14 +00:00
11 lines
267 B
Makefile
11 lines
267 B
Makefile
|
ARCH:=riscv64
|
||
|
SUBTARGET:=sf21
|
||
|
BOARDNAME:=Siflower SF21A6826/SF21H8898 based boards
|
||
|
FEATURES+=fpu nand separate_ramdisk
|
||
|
DEFAULT_PACKAGES += fitblk
|
||
|
KERNELNAME:=Image
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Siflower SF21A6826/SF21H8898 based boards.
|
||
|
endef
|