diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-12-14 22:22:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-14 22:22:49 +0000 |
commit | 8f67da4b8a9a9147e6ec8fd94fc137abb020c86d (patch) | |
tree | 5d3961f7ab60ef9d6fc850f9eba034c96728dd4f /packages/linux/linux-openzaurus.inc | |
parent | 6bac47c0b918171fcacc4541c1c3ea71d6f99156 (diff) |
hostap, linuz-oz-2.6: Change hostap-utils/hostap-daemon to depend on virtual/kernel-hostap which can either be provided by external modules or the kernel itself depending on the machine configuration.
Diffstat (limited to 'packages/linux/linux-openzaurus.inc')
-rw-r--r-- | packages/linux/linux-openzaurus.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index c07cd4ce05..7b7a6e72f2 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/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" |