diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:54:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:54:59 +0000 |
commit | 715f16806f9523dcb319945672bc8722dd230faa (patch) | |
tree | 4c1332bb8e321e65b81e35e17735ba364860a69d /target/linux/ar71xx/generic | |
parent | 6b604495a419b15db9ef16678b34d01773cb966f (diff) | |
download | upstream-715f16806f9523dcb319945672bc8722dd230faa.tar.gz upstream-715f16806f9523dcb319945672bc8722dd230faa.tar.bz2 upstream-715f16806f9523dcb319945672bc8722dd230faa.zip |
ar71xx: move subtarget specific features to target.mk
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38600
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/target.mk b/target/linux/ar71xx/generic/target.mk index c08f92962b..64eb205e4d 100644 --- a/target/linux/ar71xx/generic/target.mk +++ b/target/linux/ar71xx/generic/target.mk @@ -1,4 +1,5 @@ BOARDNAME:=Generic +FEATURES += squashfs define Target/Description Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards. |