summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-26 20:01:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-26 20:01:35 +0000
commitd0f1667ab3d94c653b762f29535a09c93a126aaa (patch)
treee64447f6bb90be9cd3046e48f2f1af03c84b5ab7 /target
parent689149cdbcc3674c4a56bade65a91a7c7f2eb25c (diff)
downloadmtk-20170518-d0f1667ab3d94c653b762f29535a09c93a126aaa.zip
mtk-20170518-d0f1667ab3d94c653b762f29535a09c93a126aaa.tar.gz
mtk-20170518-d0f1667ab3d94c653b762f29535a09c93a126aaa.tar.bz2
update target name and description
SVN-Revision: 14678
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index 6bf277a..96e12a3 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))