Allow internal kernel hostap module to be used

git-svn-id: https://svn.o-hand.com/repos/poky@194 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-12-15 17:41:17 +00:00
parent c11625332e
commit 748927fa05
5 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,7 @@ SECTION = "kernel/modules"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
PROVIDES = "virtual/kernel-hostap"
PR = "r6"
SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \

View File

@ -4,7 +4,7 @@ SECTION = "kernel/userland"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "hostap-modules (${PV})"
RDEPENDS = "virtual/kernel-hostap"
PR = "r1"
SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \

View File

@ -4,8 +4,8 @@ SECTION = "kernel/userland"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "hostap-modules (${PV})"
PR = "r1"
RDEPENDS = "virtual/kernel-hostap"
PR = "r2"
SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
file://hostap-fw-load.patch;patch=1"

View File

@ -2,6 +2,8 @@ DESCRIPTION = "2.6 Linux Development Kernel for Zaurus devices and iPAQ hx2750."
SECTION = "kernel"
MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>"
LICENSE = "GPL"
PROVIDES = "virtual/kernel-hostap"
RPROVIDES = "virtual/kernel-hostap"
DOSRC = "http://www.do13.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches"

View File

@ -1,6 +1,6 @@
include linux-openzaurus.inc
PR = "r2"
PR = "r4"
# Handy URLs
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \