diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-04 21:57:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-04 21:57:59 +0000 |
commit | bd5e0bc352fdafd494be6f403a8a075ec1dcdbf8 (patch) | |
tree | 4e4ebb4786454272f73ed7e3ea76e57ea789de41 /target/linux/Config.in | |
parent | 453ddad41bafe6f4c9bf043ddf4d7f00f04353b4 (diff) | |
download | upstream-bd5e0bc352fdafd494be6f403a8a075ec1dcdbf8.tar.gz upstream-bd5e0bc352fdafd494be6f403a8a075ec1dcdbf8.tar.bz2 upstream-bd5e0bc352fdafd494be6f403a8a075ec1dcdbf8.zip |
target/linux/image rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r-- | target/linux/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 540e2b7364..9bcb61cd24 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -1,4 +1,10 @@ menu "Target Root Filesystem" + config TARGET_ROOTFS_INITRAMFS + bool "ramdisk" + default n + depends LINUX_2_6 + help + Embed the rootfs into the kernel (initramfs) config TARGET_ROOTFS_JFFS2 bool "jffs2" @@ -16,7 +22,7 @@ menu "Target Root Filesystem" config TARGET_ROOTFS_TGZ bool "tgz" - default y + default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X help Build a compressed tar archive of the the root filesystem |