2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 WIMENU
:=Wireless Drivers
11 define KernelPackage
/bcm43xx
12 TITLE
:=Broadcom BCM43xx driver
17 DEPENDS
:=kmod-ieee80211softmac
18 KCONFIG
:=$(CONFIG_BCM43XX
)
19 FILES
:=$(MODULES_DIR
)/kernel
/drivers
/net
/wireless
/bcm43xx
/bcm43xx.
$(LINUX_KMOD_SUFFIX
)
20 AUTOLOAD
:=$(call Autoload
,50,bcm43xx
)
23 $(eval
$(call KernelPackage
,bcm43xx
))
25 define KernelPackage
/ipw2100
26 TITLE
:=Intel IPw2100 driver
31 DEPENDS
:=kmod-ieee80211softmac
32 KCONFIG
:=$(CONFIG_IPW2100
)
33 FILES
:=$(MODULES_DIR
)/kernel
/drivers
/net
/wireless
/ipw2100.
$(LINUX_KMOD_SUFFIX
)
34 AUTOLOAD
:=$(call Autoload
,50,ipw2100
)
37 $(eval
$(call KernelPackage
,ipw2100
))
39 define KernelPackage
/ipw2200
40 TITLE
:=Intel IPw2200 driver
45 DEPENDS
:=kmod-ieee80211softmac
46 KCONFIG
:=$(CONFIG_IPW2200
)
47 FILES
:=$(MODULES_DIR
)/kernel
/drivers
/net
/wireless
/ipw2200.
$(LINUX_KMOD_SUFFIX
)
48 AUTOLOAD
:=$(call Autoload
,50,ipw2200
)
51 $(eval
$(call KernelPackage
,ipw2200
))
This page took 0.056103 seconds and 5 git commands to generate.