mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-24 13:05:46 +00:00
sf21 contains support for Bananapi BPI-RV2 which is a board available to the general public. Limit the source-only flag to sf19a2890 instead. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
13 lines
250 B
Makefile
13 lines
250 B
Makefile
ARCH:=mipsel
|
|
SUBTARGET:=sf19a2890
|
|
BOARDNAME:=Siflower SF19A2890 based boards
|
|
FEATURES+=fpu source-only
|
|
CPU_TYPE:=24kc
|
|
CPU_SUBTYPE:=24kf
|
|
|
|
KERNELNAME:=vmlinux
|
|
|
|
define Target/Description
|
|
Build firmware images for Siflower SF19A2890 based boards.
|
|
endef
|