Skip to content
Snippets Groups Projects
Commit 82aa9503 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Do not automatically create atheros devices (#811), and potentially other bugs

SVN-Revision: 5168
parent b3c8e283
No related branches found
No related tags found
No related merge requests found
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment