diff options
Diffstat (limited to 'conf/machine/omap1610h2.conf')
-rw-r--r-- | conf/machine/omap1610h2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap1610h2.conf b/conf/machine/omap1610h2.conf index 9c460b44b8..bd367d43a0 100644 --- a/conf/machine/omap1610h2.conf +++ b/conf/machine/omap1610h2.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the OMAP H2 development board with a 1610 processor TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv5te ${MACHINE}" +IPKG_EXTRA_ARCHS = "armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-omap-2.6" |