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 | 648e7db52d515812a748d16086152e53ec89ad35 (patch) | |
| tree | 8631ebb89b6ba6ca58bab972aeb07cfaae6b88c8 /openwrt/target/linux/Config.in | |
| parent | 2b7eb78d8088f6fae439bb3f060b5183fba043da (diff) | |
| download | mtk-20170518-648e7db52d515812a748d16086152e53ec89ad35.zip mtk-20170518-648e7db52d515812a748d16086152e53ec89ad35.tar.gz mtk-20170518-648e7db52d515812a748d16086152e53ec89ad35.tar.bz2 | |
target/linux/image rewrite
SVN-Revision: 3905
Diffstat (limited to 'openwrt/target/linux/Config.in')
| -rw-r--r-- | openwrt/target/linux/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 540e2b7..9bcb61c 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/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 |
