diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/geodegx.conf | 1 | ||||
-rw-r--r-- | conf/machine/h1910.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/zaurus-clamshell.conf | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf index f9083615a4..7f9c35cbc5 100644 --- a/conf/machine/geodegx.conf +++ b/conf/machine/geodegx.conf @@ -3,7 +3,6 @@ # Released under the MIT license (see packages/COPYING) TARGET_ARCH = "i486" -IPKG_EXTRA_ARCHS = "geodegx" PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx" BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" diff --git a/conf/machine/h1910.conf b/conf/machine/h1910.conf index a023118268..39ab571d1e 100644 --- a/conf/machine/h1910.conf +++ b/conf/machine/h1910.conf @@ -6,7 +6,7 @@ KERNEL ?= "kernel26" OVERRIDES =. "${KERNEL}:" TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv5te" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" include conf/machine/include/tune-xscale.conf diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf index 02666360ba..da6c28c6e2 100644 --- a/conf/machine/include/zaurus-clamshell.conf +++ b/conf/machine/include/zaurus-clamshell.conf @@ -1,5 +1,5 @@ TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv5te" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |