diff options
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 |