diff options
Diffstat (limited to 'hostap')
-rw-r--r-- | hostap/hostap-modules_0.1.3.oe | 6 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.0.oe | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/hostap/hostap-modules_0.1.3.oe b/hostap/hostap-modules_0.1.3.oe index d7fbd0ae92..5e8908547e 100644 --- a/hostap/hostap-modules_0.1.3.oe +++ b/hostap/hostap-modules_0.1.3.oe @@ -4,7 +4,8 @@ PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz" +SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ + file://hostap_cs.conf" S = "${WORKDIR}/hostap-driver-${PV}" inherit module @@ -18,6 +19,5 @@ do_install() { install -m 0755 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/ install -m 0755 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/ install -m 0755 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 ${FILESDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf + install -m 0644 ${WORKDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf } - diff --git a/hostap/hostap-modules_0.2.0.oe b/hostap/hostap-modules_0.2.0.oe index d7fbd0ae92..5e8908547e 100644 --- a/hostap/hostap-modules_0.2.0.oe +++ b/hostap/hostap-modules_0.2.0.oe @@ -4,7 +4,8 @@ PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz" +SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ + file://hostap_cs.conf" S = "${WORKDIR}/hostap-driver-${PV}" inherit module @@ -18,6 +19,5 @@ do_install() { install -m 0755 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/ install -m 0755 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/ install -m 0755 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 ${FILESDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf + install -m 0644 ${WORKDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf } - |