diff options
Diffstat (limited to 'meta/packages/hostap/hostap-modules.inc')
-rw-r--r-- | meta/packages/hostap/hostap-modules.inc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/packages/hostap/hostap-modules.inc b/meta/packages/hostap/hostap-modules.inc deleted file mode 100644 index 9a928210c6..0000000000 --- a/meta/packages/hostap/hostap-modules.inc +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" | ||
2 | SECTION = "kernel/modules" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "GPL" | ||
5 | |||
6 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz" | ||
7 | |||
8 | SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \ | ||
9 | file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" | ||
10 | SRC_URI_append_mtx-2 = " file://mtx_compat.diff;patch=1;pnum=0 \ | ||
11 | file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" | ||
12 | |||
13 | SRC_URI_append_h3900 = " file://ipaq_compat.patch;patch=1 " | ||
14 | |||
15 | S = "${WORKDIR}/hostap-driver-${PV}" | ||
16 | |||
17 | inherit module | ||
18 | |||
19 | # Hack Alert :D | ||
20 | ARCH_mipsel = "mips" | ||
21 | MAKE_TARGETS = "KERNEL_PATH=${STAGING_KERNEL_DIR} MAKE='make -e'" | ||
22 | |||
23 | NET_MODULES = "hostap hostap_pci hostap_crypt_ccmp hostap_crypt_tkip hostap_crypt_wep" | ||
24 | |||
25 | do_install() { | ||
26 | install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net \ | ||
27 | ${D}${base_libdir}/modules/${KERNEL_VERSION}/pcmcia | ||
28 | for i in ${NET_MODULES} | ||
29 | do | ||
30 | install -m 0644 driver/modules/$i${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ | ||
31 | done | ||
32 | install -m 0644 driver/modules/hostap_cs${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/pcmcia/ | ||
33 | } | ||
34 | |||
35 | PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules" | ||
36 | FILES_hostap-modules-cs = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/" | ||
37 | FILES_hostap-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci${KERNEL_OBJECT_SUFFIX}" | ||
38 | FILES_hostap-modules = "/lib/modules/" | ||
39 | RDEPENDS_hostap-modules-cs = "hostap-modules (${PV}) hostap-conf" | ||
40 | RDEPENDS_hostap-modules-pci = "hostap-modules (${PV})" | ||