diff options
Diffstat (limited to 'conf/h3900.conf')
-rw-r--r-- | conf/h3900.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/h3900.conf b/conf/h3900.conf index e69de29bb2..f2fc8f2805 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -0,0 +1,12 @@ +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ipaqpxa h3900" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa" +EXTRA_IMAGECMD_h3900 = "-e 0x40000 -p" +BOOTSTRAP_EXTRA_DEPENDS = "handhelds-pxa" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules" + +include conf/handheld-common.conf +# not using tune-xscale so as to retain backwards compatibility +include conf/tune-strongarm.conf + |