diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-07-20 21:51:19 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-07-20 21:51:19 +0000 |
commit | 077e9a7e7ade77acfaeefbc86ea1ac647fbca0c0 (patch) | |
tree | e265c1e5e91a0dcacd97529c0bb5fcda43e52dcb | |
parent | e870bdf403f022934d7ccf034b8067d812bbe7df (diff) | |
download | upstream-077e9a7e7ade77acfaeefbc86ea1ac647fbca0c0.tar.gz upstream-077e9a7e7ade77acfaeefbc86ea1ac647fbca0c0.tar.bz2 upstream-077e9a7e7ade77acfaeefbc86ea1ac647fbca0c0.zip |
ath9k: correct package description
SVN-Revision: 11889
-rw-r--r-- | package/ath9k/Makefile | 2 |
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) |