summaryrefslogtreecommitdiffstats
path: root/target/device/Arm/integrator926_defconfig
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-29 17:01:17 +0200
committerBernhard Reutner-Fischer2007-09-29 17:01:17 +0200
commitf4c316f265774373e166b33c3d357d9c8e886c90 (patch)
tree7b35e76758ebab7bf57e8ee0b4328c174db72b8b /target/device/Arm/integrator926_defconfig
parent- add ttyAMA (diff)
downloadbuildroot-f4c316f265774373e166b33c3d357d9c8e886c90.tar.gz
buildroot-f4c316f265774373e166b33c3d357d9c8e886c90.tar.xz
buildroot-f4c316f265774373e166b33c3d357d9c8e886c90.zip
- update ARM integrator sample and add a "huge" variant of the same
Diffstat (limited to 'target/device/Arm/integrator926_defconfig')
-rw-r--r--target/device/Arm/integrator926_defconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/target/device/Arm/integrator926_defconfig b/target/device/Arm/integrator926_defconfig
index 40040539a..1977375eb 100644
--- a/target/device/Arm/integrator926_defconfig
+++ b/target/device/Arm/integrator926_defconfig
@@ -536,7 +536,12 @@ BR2_TARGET_ROOTFS_EXT2_NONE=y
BR2_TARGET_ROOTFS_EXT2_COPYTO=""
# BR2_TARGET_ROOTFS_JFFS2 is not set
# BR2_TARGET_ROOTFS_SQUASHFS is not set
-# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_ROOTFS_TAR=y
+BR2_TARGET_ROOTFS_TAR_NONE=y
+# BR2_TARGET_ROOTFS_TAR_GZIP is not set
+# BR2_TARGET_ROOTFS_TAR_BZIP2 is not set
+# BR2_TARGET_ROOTFS_TAR_LZMA is not set
+BR2_TARGET_ROOTFS_TAR_OPTIONS=""
# BR2_TARGET_ROOTFS_CPIO is not set
# BR2_TARGET_ROOTFS_CPIO_NONE is not set
# BR2_TARGET_ROOTFS_CPIO_GZIP is not set
@@ -555,4 +560,4 @@ BR2_TARGET_ROOTFS_EXT2_COPYTO=""
BR2_KERNEL_LINUX=y
# BR2_KERNEL_HURD is not set
BR2_PACKAGE_LINUX_KCONFIG="target/device/Arm/linux26.integrator926.config"
-BR2_PACKAGE_LINUX_FORMAT="vmlinux"
+BR2_PACKAGE_LINUX_FORMAT="zImage"