From 966ef2a80bc8c9d0dfaf9b48426fdfbed9056716 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 16 Oct 2006 22:18:06 +0000 Subject: 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 --- package/madwifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/madwifi') diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 7d06fe189..a91126d86 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) \ -- cgit v1.2.3