mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
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:
@@ -3,6 +3,7 @@ SECTION = "kernel/modules"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
PROVIDES = "virtual/kernel-hostap"
|
||||||
PR = "r6"
|
PR = "r6"
|
||||||
|
|
||||||
SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \
|
SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SECTION = "kernel/userland"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
RDEPENDS = "hostap-modules (${PV})"
|
RDEPENDS = "virtual/kernel-hostap"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
|
SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ SECTION = "kernel/userland"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
RDEPENDS = "hostap-modules (${PV})"
|
RDEPENDS = "virtual/kernel-hostap"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
|
SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
|
||||||
file://hostap-fw-load.patch;patch=1"
|
file://hostap-fw-load.patch;patch=1"
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ DESCRIPTION = "2.6 Linux Development Kernel for Zaurus devices and iPAQ hx2750."
|
|||||||
SECTION = "kernel"
|
SECTION = "kernel"
|
||||||
MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>"
|
MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
PROVIDES = "virtual/kernel-hostap"
|
||||||
|
RPROVIDES = "virtual/kernel-hostap"
|
||||||
|
|
||||||
DOSRC = "http://www.do13.de/openzaurus/patches"
|
DOSRC = "http://www.do13.de/openzaurus/patches"
|
||||||
RPSRC = "http://www.rpsys.net/openzaurus/patches"
|
RPSRC = "http://www.rpsys.net/openzaurus/patches"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
include linux-openzaurus.inc
|
include linux-openzaurus.inc
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r4"
|
||||||
|
|
||||||
# Handy URLs
|
# Handy URLs
|
||||||
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
|
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
|
||||||
|
|||||||
Reference in New Issue
Block a user