diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-20 13:46:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-20 13:46:24 +0000 |
commit | 5181a82334d53eca52a03d9349a9f89dce57722e (patch) | |
tree | c7d7e8e7ce6df41b3240b9ee258394d5578ff1ac | |
parent | af1eb7ec46aededaafaccd23e9bf44cf82b17495 (diff) | |
download | upstream-5181a82334d53eca52a03d9349a9f89dce57722e.tar.gz upstream-5181a82334d53eca52a03d9349a9f89dce57722e.tar.bz2 upstream-5181a82334d53eca52a03d9349a9f89dce57722e.zip |
change a typo in ath5k profile
SVN-Revision: 21853
-rw-r--r-- | target/linux/brcm47xx/profiles/106-Atheros-ath5k.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/profiles/106-Atheros-ath5k.mk b/target/linux/brcm47xx/profiles/106-Atheros-ath5k.mk index 8f74277c3b..fe5a989a5d 100644 --- a/target/linux/brcm47xx/profiles/106-Atheros-ath5k.mk +++ b/target/linux/brcm47xx/profiles/106-Atheros-ath5k.mk @@ -6,7 +6,7 @@ # define Profile/Atheros-ath5k - NAME:=Atheros WiFi (atk5k) + NAME:=Atheros WiFi (ath5k) PACKAGES:=kmod-ath5k endef |