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 | eda569bc1bacd8547dfcebe2fb11869ea74dc1e0 (patch) | |
tree | cb8672acc6ad5024d49132896e85d7d2e54239f6 /target/linux/ar71xx/Makefile | |
parent | bde7320cf05890e7b2b93ebe90ee82319a15e449 (diff) | |
download | upstream-eda569bc1bacd8547dfcebe2fb11869ea74dc1e0.tar.gz upstream-eda569bc1bacd8547dfcebe2fb11869ea74dc1e0.tar.bz2 upstream-eda569bc1bacd8547dfcebe2fb11869ea74dc1e0.zip |
ar71xx: indicate AR934x support in menuconfig
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26517 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |