diff options
author | Richard Purdie <richard@openedhand.com> | 2005-12-15 17:41:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-12-15 17:41:17 +0000 |
commit | 748927fa055a52708cbbf27ecde8b915e7218a2c (patch) | |
tree | a712055b04d1c82f847266e4f9b325cc76c8cf78 /openembedded/packages/linux | |
parent | c11625332e29d67341f2a53cc118c7f8b21d62f6 (diff) | |
download | openembedded-core-748927fa055a52708cbbf27ecde8b915e7218a2c.tar.gz openembedded-core-748927fa055a52708cbbf27ecde8b915e7218a2c.tar.bz2 openembedded-core-748927fa055a52708cbbf27ecde8b915e7218a2c.zip |
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/linux')
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus.inc | 2 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc index c07cd4ce05..7b7a6e72f2 100644 --- a/openembedded/packages/linux/linux-openzaurus.inc +++ b/openembedded/packages/linux/linux-openzaurus.inc @@ -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" diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb b/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb index ae5aba8e21..c2bddbe855 100644 --- a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb +++ b/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb @@ -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 \ |