summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/hostap
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-12-15 17:41:17 +0000
committerRichard Purdie <richard@openedhand.com>2005-12-15 17:41:17 +0000
commit748927fa055a52708cbbf27ecde8b915e7218a2c (patch)
treea712055b04d1c82f847266e4f9b325cc76c8cf78 /openembedded/packages/hostap
parentc11625332e29d67341f2a53cc118c7f8b21d62f6 (diff)
downloadpoky-748927fa055a52708cbbf27ecde8b915e7218a2c.tar.gz
Allow internal kernel hostap module to be used
git-svn-id: https://svn.o-hand.com/repos/poky@194 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/hostap')
-rw-r--r--openembedded/packages/hostap/hostap-modules_0.3.9.bb1
-rw-r--r--openembedded/packages/hostap/hostap-utils_0.3.7.bb2
-rw-r--r--openembedded/packages/hostap/hostap-utils_0.4.0.bb4
3 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/hostap/hostap-modules_0.3.9.bb b/openembedded/packages/hostap/hostap-modules_0.3.9.bb
index 435054c07c..0f9d7c07b4 100644
--- a/openembedded/packages/hostap/hostap-modules_0.3.9.bb
+++ b/openembedded/packages/hostap/hostap-modules_0.3.9.bb
@@ -3,6 +3,7 @@ SECTION = "kernel/modules"
3PRIORITY = "optional" 3PRIORITY = "optional"
4MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" 4MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5LICENSE = "GPL" 5LICENSE = "GPL"
6PROVIDES = "virtual/kernel-hostap"
6PR = "r6" 7PR = "r6"
7 8
8SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ 9SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \
diff --git a/openembedded/packages/hostap/hostap-utils_0.3.7.bb b/openembedded/packages/hostap/hostap-utils_0.3.7.bb
index 7601129934..dcf174b930 100644
--- a/openembedded/packages/hostap/hostap-utils_0.3.7.bb
+++ b/openembedded/packages/hostap/hostap-utils_0.3.7.bb
@@ -4,7 +4,7 @@ SECTION = "kernel/userland"
4PRIORITY = "optional" 4PRIORITY = "optional"
5MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" 5MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
6LICENSE = "GPL" 6LICENSE = "GPL"
7RDEPENDS = "hostap-modules (${PV})" 7RDEPENDS = "virtual/kernel-hostap"
8PR = "r1" 8PR = "r1"
9 9
10SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ 10SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
diff --git a/openembedded/packages/hostap/hostap-utils_0.4.0.bb b/openembedded/packages/hostap/hostap-utils_0.4.0.bb
index 7601129934..cdfb0c1e3e 100644
--- a/openembedded/packages/hostap/hostap-utils_0.4.0.bb
+++ b/openembedded/packages/hostap/hostap-utils_0.4.0.bb
@@ -4,8 +4,8 @@ SECTION = "kernel/userland"
4PRIORITY = "optional" 4PRIORITY = "optional"
5MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" 5MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
6LICENSE = "GPL" 6LICENSE = "GPL"
7RDEPENDS = "hostap-modules (${PV})" 7RDEPENDS = "virtual/kernel-hostap"
8PR = "r1" 8PR = "r2"
9 9
10SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ 10SRC_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"