ar71xx: move subtarget specific features to target.mk
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38600
This commit is contained in:
parent
6b604495a4
commit
715f16806f
3 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
ARCH:=mips
|
||||
BOARD:=ar71xx
|
||||
BOARDNAME:=Atheros AR7xxx/AR9xxx
|
||||
FEATURES:=squashfs targz mips16
|
||||
FEATURES:=mips16
|
||||
CPU_TYPE=34kc
|
||||
SUBTARGETS:=generic mikrotik
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
BOARDNAME:=Generic
|
||||
FEATURES += squashfs
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
BOARDNAME:=Mikrotik devices with NAND flash
|
||||
FEATURES += targz
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Atheros AR71xx/AR913x based Mikrotik boards.
|
||||
|
|
Loading…
Reference in a new issue