diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-06 09:59:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-06 09:59:24 +0000 |
commit | fd147dceecf4773f690acf17305cc396ca6e7519 (patch) | |
tree | 4ce1b82461fd938fffff9647cee36faaed3fe6f4 /conf/zaurus-pxa.conf | |
parent | 585753f888da22d490980a9fffb9de007e4e9627 (diff) |
add chkhinge to bootstrap
BKrev: 40ea77fcp2mFJsGDbryiPxUtSTVNPQ
Diffstat (limited to 'conf/zaurus-pxa.conf')
-rw-r--r-- | conf/zaurus-pxa.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/zaurus-pxa.conf b/conf/zaurus-pxa.conf index 91cbead965..363e869021 100644 --- a/conf/zaurus-pxa.conf +++ b/conf/zaurus-pxa.conf @@ -2,10 +2,10 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules sharp-sdmmc-support" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules sharp-sdmmc-support chkhinge" BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules orinoco-modules sharp-sdmmc-support \ kernel-module-ip-gre kernel-module-ipip kernel-module-irnet kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ -kernel-module-usbdcore kernel-module-usbdmonitor modutils-collateral" +kernel-module-usbdcore kernel-module-usbdmonitor modutils-collateral chkhinge" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n" EXTRA_IMAGEDEPENDS = "sharp-flash-header-c700" |