summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openembedded/conf/machine/include/zaurus-clamshell.conf2
-rw-r--r--openembedded/packages/linux/linux-openzaurus.inc3
2 files changed, 2 insertions, 3 deletions
diff --git a/openembedded/conf/machine/include/zaurus-clamshell.conf b/openembedded/conf/machine/include/zaurus-clamshell.conf
index 2a174288b..e437a6460 100644
--- a/openembedded/conf/machine/include/zaurus-clamshell.conf
+++ b/openembedded/conf/machine/include/zaurus-clamshell.conf
@@ -1,5 +1,5 @@
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
+IPKG_ARCHS = "all arm armv4 armv5te"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc
index bc4b35514..bd77b036a 100644
--- a/openembedded/packages/linux/linux-openzaurus.inc
+++ b/openembedded/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"