diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-19 17:09:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-19 17:09:53 +0000 |
commit | e1cc1d218ba5ba5dc7d10b686c895e4a1b553130 (patch) | |
tree | 4d81f4b17204e376d5a2270d5349828a38d540eb /packages/hostap/hostap-modules.inc | |
parent | f608281b4ead0f27a6344c1ace2aaadffc7b3939 (diff) |
hostap-modules/hostap-utils: Cleanup DEPENDS/(R)PROVIDERS - virtual/kernel-hostap is a runtime entity and allows the hostap modules to be external kernel modules, internal kernel modules or built into the kernel.
Diffstat (limited to 'packages/hostap/hostap-modules.inc')
-rw-r--r-- | packages/hostap/hostap-modules.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/hostap/hostap-modules.inc b/packages/hostap/hostap-modules.inc index 838924a75b..72f2dc2da3 100644 --- a/packages/hostap/hostap-modules.inc +++ b/packages/hostap/hostap-modules.inc @@ -3,6 +3,8 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" +PROVIDES = "hostap-conf" +RPROVIDES = "virtual/kernel-hostap" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf" |