diff options
-rw-r--r-- | openembedded/conf/machine/include/zaurus-clamshell.conf | 2 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus.inc | 3 |
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 2a174288b1..e437a64609 100644 --- a/openembedded/conf/machine/include/zaurus-clamshell.conf +++ b/openembedded/conf/machine/include/zaurus-clamshell.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | TARGET_ARCH = "arm" | 1 | TARGET_ARCH = "arm" |
2 | IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" | 2 | IPKG_ARCHS = "all arm armv4 armv5te" |
3 | 3 | ||
4 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | 4 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
5 | 5 | ||
diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc index bc4b35514f..bd77b036a5 100644 --- a/openembedded/packages/linux/linux-openzaurus.inc +++ b/openembedded/packages/linux/linux-openzaurus.inc | |||
@@ -5,8 +5,7 @@ LICENSE = "GPL" | |||
5 | 5 | ||
6 | inherit kernel | 6 | inherit kernel |
7 | 7 | ||
8 | PACKAGES += "kernel-module-hostap" | 8 | RPROVIDES_kernel-image = "hostap-modules" |
9 | RPROVIDES_kernel-module-hostap = "hostap-modules" | ||
10 | 9 | ||
11 | DOSRC = "http://www.do13.de/openzaurus/patches" | 10 | DOSRC = "http://www.do13.de/openzaurus/patches" |
12 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" | 11 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" |