diff options
Diffstat (limited to 'conf/beagle.conf')
-rw-r--r-- | conf/beagle.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index e69de29bb2..39808c09d2 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: MasterIA PA100 +#@DESCRIPTION: Machine configuration for the SA1100 based MasterIA PA-100 device + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "montavista-sa" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel modutils-collateral hostap-modules orinoco-modules \ +kernel-module-gpio kernel-module-ip-gre kernel-module-ipip kernel-module-irnet \ +kernel-module-net-fd kernel-module-registers kernel-module-sa1100-bi \ +kernel-module-usbdcore kernel-module-usbdmonitor " + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" + +include conf/handheld-common.conf +include conf/tune-strongarm.conf + |