summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-10-16 22:18:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-10-16 22:18:06 +0000
commit82aa950344e0812edea5fa2701f52784acc2663b (patch)
treeb828f76f05e225d3ae9616206d7208ca58d9aabf /package/madwifi/Makefile
parentb3c8e2834b55fc54524b184f4a7df38e06e33937 (diff)
downloadmaster-31e0f0ae-82aa950344e0812edea5fa2701f52784acc2663b.tar.gz
master-31e0f0ae-82aa950344e0812edea5fa2701f52784acc2663b.tar.bz2
master-31e0f0ae-82aa950344e0812edea5fa2701f52784acc2663b.zip
Do not automatically create atheros devices (#811), and potentially other bugs
SVN-Revision: 5168
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 7d06fe1897..a91126d862 100644
--- 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) \