projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
brcm47xx: add missing breaks into the nvram read code in the switch case statements
[openwrt.git]
/
target
/
linux
/
au1000
/
au1500
/
profiles
/
Atheros.mk
diff --git
a/target/linux/au1000/au1500/profiles/Atheros.mk
b/target/linux/au1000/au1500/profiles/Atheros.mk
index
ec6e175
..
75e8e10
100644
(file)
--- a/
target/linux/au1000/au1500/profiles/Atheros.mk
+++ b/
target/linux/au1000/au1500/profiles/Atheros.mk
@@
-7,7
+7,7
@@
define Profile/Atheros
NAME:=Atheros WiFi (default)
- PACKAGES:=kmod-
madwifi
+ PACKAGES:=kmod-
ath5k
endef
$(eval $(call Profile,Atheros))
This page took
0.023765 seconds
and
4
git commands to generate.