diff options
Diffstat (limited to 'openembedded/packages/hostap')
4 files changed, 22 insertions, 5 deletions
diff --git a/openembedded/packages/hostap/hostap-conf_1.0.bb b/openembedded/packages/hostap/hostap-conf_1.0.bb new file mode 100644 index 0000000000..6c9cb09e60 --- /dev/null +++ b/openembedded/packages/hostap/hostap-conf_1.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" | ||
| 2 | SECTION = "kernel/modules" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "GPL" | ||
| 5 | PACKAGE_ARCH = "all" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "file://hostap_cs.conf \ | ||
| 9 | file://hostap_cs.conf-upstream" | ||
| 10 | |||
| 11 | do_install() { | ||
| 12 | install -d ${D}${sysconfdir}/pcmcia | ||
| 13 | install -m 0644 ${WORKDIR}/hostap_cs.conf-upstream ${D}${sysconfdir}/pcmcia/hostap_cs.conf | ||
| 14 | cat ${WORKDIR}/hostap_cs.conf >>${D}${sysconfdir}/pcmcia/hostap_cs.conf | ||
| 15 | } | ||
diff --git a/openembedded/packages/hostap/hostap-modules_0.3.9.bb b/openembedded/packages/hostap/hostap-modules_0.3.9.bb index 0f9d7c07b4..940b23863b 100644 --- a/openembedded/packages/hostap/hostap-modules_0.3.9.bb +++ b/openembedded/packages/hostap/hostap-modules_0.3.9.bb | |||
| @@ -3,8 +3,8 @@ SECTION = "kernel/modules" | |||
| 3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
| 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
| 5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
| 6 | PROVIDES = "virtual/kernel-hostap" | 6 | PROVIDES = "virtual/kernel-hostap hostap-conf" |
| 7 | PR = "r6" | 7 | PR = "r8" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ | 9 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ |
| 10 | file://hostap_cs.conf \ | 10 | file://hostap_cs.conf \ |
| @@ -45,3 +45,4 @@ FILES_hostap-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci${KERNE | |||
| 45 | FILES_hostap-modules = "/lib/modules/" | 45 | FILES_hostap-modules = "/lib/modules/" |
| 46 | RDEPENDS_hostap-modules-cs = "hostap-modules" | 46 | RDEPENDS_hostap-modules-cs = "hostap-modules" |
| 47 | RDEPENDS_hostap-modules-pci = "hostap-modules" | 47 | RDEPENDS_hostap-modules-pci = "hostap-modules" |
| 48 | RPROVIDES_hostap-modules-cs = "hostap-conf" | ||
diff --git a/openembedded/packages/hostap/hostap-utils_0.3.7.bb b/openembedded/packages/hostap/hostap-utils_0.3.7.bb index dcf174b930..cdfb0c1e3e 100644 --- a/openembedded/packages/hostap/hostap-utils_0.3.7.bb +++ b/openembedded/packages/hostap/hostap-utils_0.3.7.bb | |||
| @@ -5,7 +5,7 @@ PRIORITY = "optional" | |||
| 5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
| 6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
| 7 | RDEPENDS = "virtual/kernel-hostap" | 7 | RDEPENDS = "virtual/kernel-hostap" |
| 8 | PR = "r1" | 8 | PR = "r2" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ | 10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ |
| 11 | file://hostap-fw-load.patch;patch=1" | 11 | file://hostap-fw-load.patch;patch=1" |
diff --git a/openembedded/packages/hostap/hostap-utils_0.4.0.bb b/openembedded/packages/hostap/hostap-utils_0.4.0.bb index cdfb0c1e3e..98254602aa 100644 --- a/openembedded/packages/hostap/hostap-utils_0.4.0.bb +++ b/openembedded/packages/hostap/hostap-utils_0.4.0.bb | |||
| @@ -4,8 +4,9 @@ SECTION = "kernel/userland" | |||
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
| 6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
| 7 | RDEPENDS = "virtual/kernel-hostap" | 7 | DEPENDS = "virtual/kernel-hostap" |
| 8 | PR = "r2" | 8 | RRECOMMENDS = "virtual/kernel-hostap" |
| 9 | PR = "r3" | ||
| 9 | 10 | ||
| 10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ | 11 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ |
| 11 | file://hostap-fw-load.patch;patch=1" | 12 | file://hostap-fw-load.patch;patch=1" |
