aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-13 10:34:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-13 10:34:01 +0000
commit3054d2a3033fc18ee74fa06001b5da61cac5a9cb (patch)
tree532d3045dd4444be151deca784ab3635fdcd1d3f /packages/linux
parent23bdc75922b721f34a41ce4f91d74a2148630972 (diff)
downloadopenembedded-3054d2a3033fc18ee74fa06001b5da61cac5a9cb.tar.gz
linux-openzaurus: It appears we can't set runtime variables for dynamic packages (or at least not include their names in PACKAGES). Change to work around this for now
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-openzaurus.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc
index bc4b35514f..eabdc28220 100644
--- a/packages/linux/linux-openzaurus.inc
+++ b/packages/linux/linux-openzaurus.inc
@@ -5,8 +5,7 @@ LICENSE = "GPL"
inherit kernel
-PACKAGES += "kernel-module-hostap"
-RPROVIDES_kernel-module-hostap = "hostap-modules"
+RPROVIDES_kernel-image += "hostap-modules"
DOSRC = "http://www.do13.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"