diff options
author | jgrant@thegrantclan.org <jgrant@thegrantclan.org> | 2004-10-06 18:50:10 +0000 |
---|---|---|
committer | jgrant@thegrantclan.org <jgrant@thegrantclan.org> | 2004-10-06 18:50:10 +0000 |
commit | df3b8ca524404bf9c937ac5f6fec68a8d2a7b21d (patch) | |
tree | f5a98ac63995328ddbdfe44dd7a2051cf09060aa /conf | |
parent | ea98bb340deeb308de8631f2902fa785def4f4b1 (diff) |
added modutils-collateral to BOOTSTRAP_EXTRA_DEPENDS as recommended by Murray Jensen.
BKrev: 41643e62uP1Ut-tIf4l6usYS-GHWkw
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tosa.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/tosa.conf b/conf/tosa.conf index e03303ebe6..3361e53f71 100644 --- a/conf/tosa.conf +++ b/conf/tosa.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" -BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support chkhinge" +BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules virtual/kernel modutils-collateral hostap-modules orinoco-modules sharp-sdmmc-support chkhinge" BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules wlan-ng-utils kernel-module-acm kernel-module-evdev kernel-module-net-fd \ kernel-module-pxa-bi kernel-module-registers kernel-module-storage-fd kernel-module-usb-ohci-tc6393 kernel-module-usb-storage \ kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support kernel-module-pxa-bi modutils chkhinge kernel-module-ip-gre \ @@ -16,7 +16,10 @@ RRECOMMENDS += "kernel-module-usbdserial kernel-module-usbkbd kernel-module-usbm EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" -IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img ${EXTRA_IMAGECMD}" +IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}" + +# GPE_MACHINE_CLASS = "bigscreen" +# GPE_EXTRA_DEPENDS = "gaim" include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility |