Do not automatically create atheros devices (#811), and potentially other bugs
SVN-Revision: 5168
This commit is contained in:
parent
b3c8e2834b
commit
82aa950344
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ifeq ($(findstring AHB,$(BUS)),AHB)
|
||||||
echo ath_ahb >> $(1)/etc/modules.d/20-madwifi
|
echo ath_ahb >> $(1)/etc/modules.d/20-madwifi
|
||||||
endif
|
endif
|
||||||
ifeq ($(findstring PCI,$(BUS)),PCI)
|
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
|
endif
|
||||||
install -m0755 ./files/madwifi.init $(1)/etc/init.d/madwifi
|
install -m0755 ./files/madwifi.init $(1)/etc/init.d/madwifi
|
||||||
$(CP) \
|
$(CP) \
|
||||||
|
|
Loading…
Reference in a new issue