diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-10-16 22:18:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-10-16 22:18:06 +0000 |
commit | 85bd2e19ccf988fb0366ce8acb09474775129439 (patch) | |
tree | 4f80e4652097a2dc277baf25d7de7a2b8255b695 | |
parent | 038a61c0302313860618a83fa6dc4ed2f34a60c5 (diff) | |
download | upstream-85bd2e19ccf988fb0366ce8acb09474775129439.tar.gz upstream-85bd2e19ccf988fb0366ce8acb09474775129439.tar.bz2 upstream-85bd2e19ccf988fb0366ce8acb09474775129439.zip |
Do not automatically create atheros devices (#811), and potentially other bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5168 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/madwifi/Makefile | 2 |
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) \ |