1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 05:24:09 +03:00

[ar71xx] update target name and description

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14678 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-02-26 20:01:35 +00:00
parent f0a7d59dbd
commit c76f2f6ed1

View File

@ -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))