summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2009-03-18 15:57:18 +0000
committerHamish Guthrie <hcg@openwrt.org>2009-03-18 15:57:18 +0000
commit1b216aa20a194e32ef6ff6ff028f58de49f29b20 (patch)
tree72f0d9a6e503e748d7cd2e475c4fd85ae2eee410 /Config.in
parent20b562636356a3b1ebeb7d18483e501422f23da7 (diff)
downloadopenwrt-1b216aa20a194e32ef6ff6ff028f58de49f29b20.tar.gz
openwrt-1b216aa20a194e32ef6ff6ff028f58de49f29b20.tar.bz2
openwrt-1b216aa20a194e32ef6ff6ff028f58de49f29b20.zip
Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
SVN-Revision: 14939
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 e412338921..4d75896d8d 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)