diff options
Diffstat (limited to 'conf/machine/h1910.conf')
-rw-r--r-- | conf/machine/h1910.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |