diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-07 20:53:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-07 20:53:14 +0000 |
commit | f6ae4bf15f2cd26a8e95f14e63f479dd72ef27d9 (patch) | |
tree | 779ddd2498132b51ec687b3133645fd831fe3f2f /target/linux/ar71xx/Makefile | |
parent | 2b064bb398c9349a119eedfcd80a1fd6c034f42d (diff) | |
download | upstream-f6ae4bf15f2cd26a8e95f14e63f479dd72ef27d9.tar.gz upstream-f6ae4bf15f2cd26a8e95f14e63f479dd72ef27d9.tar.bz2 upstream-f6ae4bf15f2cd26a8e95f14e63f479dd72ef27d9.zip |
ar71xx: indicate AR934x support in menuconfig
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26517
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index f2fbf6be8b..1ab408d544 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx -BOARDNAME:=Atheros AR71xx/AR7240/AR913x +BOARDNAME:=Atheros AR71xx/AR7240/AR913x/AR934x FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves SUBTARGETS:=generic nand @@ -22,7 +22,7 @@ DEFAULT_PACKAGES += \ kmod-input-gpio-buttons kmod-button-hotplug swconfig define Target/Description - Build firmware images for Atheros AR71xx/AR913x based boards. + Build firmware images for Atheros AR71xx/AR913x/AR934x based boards. endef $(eval $(call BuildTarget)) |