projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c8e28
)
Do not automatically create atheros devices (#811), and potentially other bugs
author
Florian Fainelli
<florian@openwrt.org>
Mon, 16 Oct 2006 22:18:06 +0000
(22:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 16 Oct 2006 22:18:06 +0000
(22:18 +0000)
SVN-Revision: 5168
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index 7d06fe18975c4c50f58fdf63af5db246036fd455..a91126d86291004604c0effd2a922242df688c41 100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-118,7
+118,7
@@
ifeq ($(findstring AHB,$(BUS)),AHB)
echo ath_ahb >> $(1)/etc/modules.d/20-madwifi
endif
ifeq ($(findstring PCI,$(BUS)),PCI)
- echo
ath_pci
>> $(1)/etc/modules.d/20-madwifi
+ echo
"ath_pci autocreate=none"
>> $(1)/etc/modules.d/20-madwifi
endif
install -m0755 ./files/madwifi.init $(1)/etc/init.d/madwifi
$(CP) \