diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-12 14:22:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-12 14:22:46 +0000 |
commit | 213a1f2ad0bbdc29b6e72eb20f532b5c130bfb73 (patch) | |
tree | 3e2f914101f27142dfce79294d78ee84bb4ac99e /packages/linux/linux-openzaurus.inc | |
parent | 6acda169c92c0c8b4c55ecd3742673c7cfd8edcb (diff) |
linux-openzaurus: Fix hostap-modules problem people were seeing (kernel.bbclass trampled a variable we were setting)
Diffstat (limited to 'packages/linux/linux-openzaurus.inc')
-rw-r--r-- | packages/linux/linux-openzaurus.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index cdc5898be7..bc4b35514f 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/packages/linux/linux-openzaurus.inc @@ -3,6 +3,8 @@ SECTION = "kernel" MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>" LICENSE = "GPL" +inherit kernel + PACKAGES += "kernel-module-hostap" RPROVIDES_kernel-module-hostap = "hostap-modules" @@ -12,8 +14,6 @@ JLSRC = "http://www.cs.wisc.edu/~lenz/zaurus/files" BASRC = "http://www.orca.cx/zaurus/patches" CHSRC = "http://oz.drigon.com/patches" -inherit kernel - ############################################################## # Compensate for sucky bootloader on all Sharp Zaurus models # |