aboutsummaryrefslogtreecommitdiffstats
path: root/package/ath9k
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2008-07-20 21:51:19 +0000
committerMatteo Croce <matteo@openwrt.org>2008-07-20 21:51:19 +0000
commitca20b132782310cbaacb1ebc1f002b97daaef484 (patch)
tree22ea326ee45357495dd8fa40f50aa1482b788d2c /package/ath9k
parenta7e058a77d3c555e301736767079f5fa41dba8f9 (diff)
downloadmaster-187ad058-ca20b132782310cbaacb1ebc1f002b97daaef484.tar.gz
master-187ad058-ca20b132782310cbaacb1ebc1f002b97daaef484.tar.bz2
master-187ad058-ca20b132782310cbaacb1ebc1f002b97daaef484.zip
ath9k: correct package description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11889 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ath9k')
-rw-r--r--package/ath9k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ath9k/Makefile b/package/ath9k/Makefile
index 70aa4b7e36..b6c823f212 100644
--- a/package/ath9k/Makefile
+++ b/package/ath9k/Makefile
@@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ath9k
SUBMENU:=Wireless Drivers
- TITLE:=Broadcom 43xx wireless support
+ TITLE:=Atheros AR9xxx and AR5416/AR5418 wireless support
DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath9k/ath9k.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ath9k)