summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-18 15:57:18 +0000
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-18 15:57:18 +0000
commit5cd973bdee8ff6c747e37a22ba7baf701f5e64fa (patch)
tree71f9b95b71bfc4cfaa2bb0c858327a2655d4c2ba /Config.in
parentc1fef4b90b24910417ab90db58bde7d2f7c3f6ea (diff)
Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index e41233892..4d75896d8 100644
--- a/Config.in
+++ b/Config.in
@@ -15,7 +15,7 @@ source "target/Config.in"
menu "Target Images"
config TARGET_ROOTFS_INITRAMFS
bool "ramdisk"
- default n
+ default y if USES_INITRAMFS
depends LINUX_2_6
help
Embed the rootfs into the kernel (initramfs)