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_0.4.7.bb | |
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_0.4.7.bb')
-rw-r--r-- | packages/hostap/hostap-modules_0.4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/hostap-modules_0.4.7.bb b/packages/hostap/hostap-modules_0.4.7.bb index 57905fffed..e9efcb5617 100644 --- a/packages/hostap/hostap-modules_0.4.7.bb +++ b/packages/hostap/hostap-modules_0.4.7.bb @@ -1,4 +1,4 @@ include hostap-modules.inc -PR = "r2" +PR = "r3" SRC_URI += "file://kernel_updates.patch;patch=1" |