From 243e93c1e6d78c34ed7ee5338adf6a4b06daf13b Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Fri, 11 Mar 2005 20:14:11 +0000 Subject: 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 --- packages/hostap/hostap-modules_0.2.6.bb | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'packages/hostap') 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" -- cgit v1.2.3