aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hostap
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2005-03-11 20:14:11 +0000
committerBruno Randolf <br1@subnet.at>2005-03-11 20:14:11 +0000
commit243e93c1e6d78c34ed7ee5338adf6a4b06daf13b (patch)
tree8a352e4dff8432b2ebbe15ef3e85f6cc3423753a /packages/hostap
parent1e9628c636376b1e4622a35819a96f4bc3d06ccd (diff)
downloadopenembedded-243e93c1e6d78c34ed7ee5338adf6a4b06daf13b.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded 2005/03/11 19:48:55+01:00 (none)!br1 nylon updates BKrev: 4231fc13loxiimZ6UiyKsu8zAStRWg
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/hostap-modules_0.2.6.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/hostap/hostap-modules_0.2.6.bb b/packages/hostap/hostap-modules_0.2.6.bb
index ca7ccd6271..a72a2d1636 100644
--- a/packages/hostap/hostap-modules_0.2.6.bb
+++ b/packages/hostap/hostap-modules_0.2.6.bb
@@ -31,24 +31,6 @@ do_install() {
install -m 0644 driver/modules/hostap_cs${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/pcmcia/
install -m 0644 driver/etc/hostap_cs.conf ${D}${sysconfdir}/pcmcia/hostap_cs.conf
cat ${WORKDIR}/hostap_cs.conf >>${D}${sysconfdir}/pcmcia/hostap_cs.conf
-
- if [ "${MACHINE}" = "mtx-1" ]; then
- install -d ${D}${sysconfdir}/modutils
- echo "hostap_pci" > ${D}${sysconfdir}/modutils/hostap
- fi
-}
-
-pkg_postinst_hostap-modules-pci() {
-#!/bin/sh
-if [ "x$D" != "x" ]; then
- exit 1
-fi
-update-modules || true
-}
-
-pkg_postrm_hostap-modules-pci() {
-#!/bin/sh
-update-modules || true
}
PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules"