Fixes module autoloading for Wireless devices (#906)
SVN-Revision: 5410
This commit is contained in:
parent
e9ce379d25
commit
93558441bd
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ define KernelPackage/net-bcm43xx
|
||||||
DEPENDS:=kmod-ieee80211
|
DEPENDS:=kmod-ieee80211
|
||||||
KCONFIG:=$(CONFIG_BCM43XX)
|
KCONFIG:=$(CONFIG_BCM43XX)
|
||||||
FILES:=$(MODULES_DIR)/kernel/drivers/net/wireless/bcm43xx/bcm43xx.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(MODULES_DIR)/kernel/drivers/net/wireless/bcm43xx/bcm43xx.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call Autoload,50,bcm43xx)
|
AUTOLOAD:=$(call AutoLoad,50,bcm43xx)
|
||||||
SUBMENU:=$(WIMENU)
|
SUBMENU:=$(WIMENU)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,net-bcm43xx))
|
$(eval $(call KernelPackage,net-bcm43xx))
|
||||||
|
@ -60,7 +60,7 @@ define KernelPackage/net-ipw2100
|
||||||
DEPENDS:=kmod-ieee80211
|
DEPENDS:=kmod-ieee80211
|
||||||
KCONFIG:=$(CONFIG_IPW2100)
|
KCONFIG:=$(CONFIG_IPW2100)
|
||||||
FILES:=$(MODULES_DIR)/kernel/drivers/net/wireless/ipw2100.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(MODULES_DIR)/kernel/drivers/net/wireless/ipw2100.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call Autoload,50,ipw2100)
|
AUTOLOAD:=$(call AutoLoad,50,ipw2100)
|
||||||
SUBMENU:=$(WIMENU)
|
SUBMENU:=$(WIMENU)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,net-ipw2100))
|
$(eval $(call KernelPackage,net-ipw2100))
|
||||||
|
@ -74,7 +74,7 @@ define KernelPackage/net-ipw2200
|
||||||
DEPENDS:=kmod-ieee80211
|
DEPENDS:=kmod-ieee80211
|
||||||
KCONFIG:=$(CONFIG_IPW2200)
|
KCONFIG:=$(CONFIG_IPW2200)
|
||||||
FILES:=$(MODULES_DIR)/kernel/drivers/net/wireless/ipw2200.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(MODULES_DIR)/kernel/drivers/net/wireless/ipw2200.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call Autoload,50,ipw2200)
|
AUTOLOAD:=$(call AutoLoad,50,ipw2200)
|
||||||
SUBMENU:=$(WIMENU)
|
SUBMENU:=$(WIMENU)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,net-ipw2200))
|
$(eval $(call KernelPackage,net-ipw2200))
|
||||||
|
|
Loading…
Reference in a new issue