diff options
author | jgrant@thegrantclan.org <jgrant@thegrantclan.org> | 2004-09-20 02:40:51 +0000 |
---|---|---|
committer | jgrant@thegrantclan.org <jgrant@thegrantclan.org> | 2004-09-20 02:40:51 +0000 |
commit | 10f2844601a164c98b9b17259989ac8ee98ab273 (patch) | |
tree | 927a8a2ed7be544e2e2e625ff0058f9fa69b1591 /conf | |
parent | c8dd7e4a396805acda17ebc80969f7a5e73e8ba0 (diff) |
removed commented lines about c700 headers.
BKrev: 414e4333zxKRcKQ4OQxVqCXFm2YvNQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tosa.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/conf/tosa.conf b/conf/tosa.conf index 8edaf2c74f..e03303ebe6 100644 --- a/conf/tosa.conf +++ b/conf/tosa.conf @@ -6,7 +6,6 @@ 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_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 \ @@ -17,12 +16,7 @@ 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}" -# cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \ -# ${T}/${IMAGE_NAME}.rootfs.jffs2 > \ -# ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" +IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img ${EXTRA_IMAGECMD}" include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility |