2 # Copyright (C) 2006-2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 WIRELESS_MENU
:=Wireless Drivers
10 define KernelPackage
/net-airo
11 SUBMENU
:=$(WIRELESS_MENU
)
12 TITLE
:=Cisco Aironet driver
13 DEPENDS
:=@PCI_SUPPORT
+@DRIVER_WEXT_SUPPORT
15 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/airo.ko
16 AUTOLOAD
:=$(call AutoLoad
,50,airo
)
19 define KernelPackage
/net-airo
/description
20 Kernel support for Cisco Aironet cards
23 $(eval
$(call KernelPackage
,net-airo
))
26 define KernelPackage
/net-zd1201
27 SUBMENU
:=$(WIRELESS_MENU
)
28 TITLE
:=Zydas ZD1201 support
29 DEPENDS
:=@USB_SUPPORT
+@DRIVER_WEXT_SUPPORT
30 KCONFIG
:=CONFIG_USB_ZD1201
31 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/zd1201.ko
32 AUTOLOAD
:=$(call AutoLoad
,60,zd1201
)
35 define KernelPackage
/net-zd1201
/description
36 Kernel modules for Zydas ZD1201 support
37 Devices using this chip
:
42 * E-Tech Wireless USB Adapter
43 * DSE
802.11b USB wireless LAN adapter
44 * CC and C WLAN USB Adapter
(WL
1202)
46 * X-Micro WLAN
11b USB Adapter
48 * Topcom SKYR@CER WIRELESS USB STICK
11
60 ZD1201FW_VERSION
:=0.14
61 ZD1201FW_DIR
:=$(ZD1201FW_NAME
)-$(ZD1201FW_VERSION
)-fw
62 ZD1201FW_FILE
:=$(ZD1201FW_DIR
).
tar.gz
64 define Download
/net-zd1201
65 FILE
:=$(ZD1201FW_FILE
)
66 #http://downloads.sourceforge.net/project/linux-lc100020/%28NEW%29%20zd1201%20driver/zd1201.%20Version%200.14/zd1201-0.14-fw.tar.gz
67 URL
:=@SF
/linux-lc100020
/\
(NEW\
)\
$(ZD1201FW_NAME
)\ driver
/$(ZD1201FW_NAME
).\ Version\
$(ZD1201FW_VERSION
)/
68 MD5SUM
:=07a4febc365121f975e2c5e59791d55d
71 define KernelPackage
/net-zd1201
/install
72 $(INSTALL_DIR
) $(1)/lib
/firmware
73 $(TAR
) -C
$(1)/lib
/firmware
-zxf
$(DL_DIR
)/$(ZD1201FW_FILE
) --strip-components
=1 $(ZD1201FW_DIR
)/$(ZD1201FW_NAME
).fw
$(ZD1201FW_DIR
)/$(ZD1201FW_NAME
)-ap.fw
76 $(eval
$(call Download
,net-zd1201
))
77 $(eval
$(call KernelPackage
,net-zd1201
))
80 define KernelPackage
/net-prism54
81 SUBMENU
:=$(WIRELESS_MENU
)
82 TITLE
:=Intersil Prism54 support
83 DEPENDS
:=@PCI_SUPPORT
+@DRIVER_WEXT_SUPPORT
84 KCONFIG
:=CONFIG_PRISM54
85 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/prism54
/prism54.ko
86 AUTOLOAD
:=$(call AutoLoad
,60,prism54
)
89 define KernelPackage
/net-prism54
/description
90 Kernel modules for Intersil Prism54 support
93 # Prism54 FullMAC firmware (jbnore.free.fr seems to be rather slow, so we use daemonizer.de)
94 PRISM54_FW
:=1.0.4.3.arm
96 define Download
/net-prism54
98 URL
:=http
://daemonizer.de
/prism54
/prism54-fw
/fw-fullmac
/
99 MD5SUM
:=8bd4310971772a486b9784c77f8a6df9
102 define KernelPackage
/net-prism54
/install
103 $(INSTALL_DIR
) $(1)/lib
/firmware
104 $(INSTALL_DATA
) $(DL_DIR
)/$(PRISM54_FW
) $(1)/lib
/firmware
/isl3890
107 $(eval
$(call Download
,net-prism54
))
108 $(eval
$(call KernelPackage
,net-prism54
))