diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nokia770.conf | 2 | ||||
-rw-r--r-- | conf/machine/tune-arm926ejs.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 693f9a4807..468e1e9c54 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -2,7 +2,7 @@ #@NAME: Nokia 770 internet tablet #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv5te arm926ejs" +IPKG_ARCHS = "all arm armv4 armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf index b07b603054..4e62a749dc 100644 --- a/conf/machine/tune-arm926ejs.conf +++ b/conf/machine/tune-arm926ejs.conf @@ -1,2 +1,2 @@ TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" -PACKAGE_ARCH = "arm926ejs" +PACKAGE_ARCH = "armv5te" |