ar71xx: move subtarget specific features to target.mk

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38600
This commit is contained in:
Gabor Juhos 2013-10-30 06:54:59 +00:00
parent 6b604495a4
commit 715f16806f
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
BOARDNAME:=Generic
FEATURES += squashfs
define Target/Description
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.

View File

@ -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.