diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 20:01:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 20:01:35 +0000 |
commit | af88aedc866ccf15ab8341fa9e66b20b65aa8bd5 (patch) | |
tree | 55857c568d6a777729ed64b4f00814feae59136a /target/linux/ar71xx/Makefile | |
parent | a745b3a508a9b24b34fc71a32e5513b96b6ed8b9 (diff) | |
download | upstream-af88aedc866ccf15ab8341fa9e66b20b65aa8bd5.tar.gz upstream-af88aedc866ccf15ab8341fa9e66b20b65aa8bd5.tar.bz2 upstream-af88aedc866ccf15ab8341fa9e66b20b65aa8bd5.zip |
[ar71xx] update target name and description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14678 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 6bf277a109..96e12a390a 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 +BOARDNAME:=Atheros AR71xx/AR913x FEATURES:=squashfs tgz LINUX_VERSION:=2.6.28.7 @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += hostapd-mini kmod-madwifi define Target/Description - Build firmware images for Atheros AR71xx based boards + Build firmware images for Atheros AR71xx/AR913x based boards endef $(eval $(call BuildTarget)) |