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 | a3ea0b28fa27ed02ca620a74f355eab5d371168c (patch) | |
tree | efb1cf2ac6e5935feb166a23ce6b94355f2568b6 /target/linux/brcm47xx | |
parent | 5a53f18025275008ce6c795acc21a74f5a9d7bb8 (diff) | |
download | upstream-a3ea0b28fa27ed02ca620a74f355eab5d371168c.tar.gz upstream-a3ea0b28fa27ed02ca620a74f355eab5d371168c.tar.bz2 upstream-a3ea0b28fa27ed02ca620a74f355eab5d371168c.zip |
[brcm47xx] change a typo in ath5k profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-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 |