mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:57:32 +02:00
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
This commit is contained in:
parent
de9750cc5e
commit
966ef2a80b
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user