diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-03-18 15:57:18 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-03-18 15:57:18 +0000 |
commit | 1b216aa20a194e32ef6ff6ff028f58de49f29b20 (patch) | |
tree | 72f0d9a6e503e748d7cd2e475c4fd85ae2eee410 /target/Config.in | |
parent | 20b562636356a3b1ebeb7d18483e501422f23da7 (diff) | |
download | upstream-1b216aa20a194e32ef6ff6ff028f58de49f29b20.tar.gz upstream-1b216aa20a194e32ef6ff6ff028f58de49f29b20.tar.bz2 upstream-1b216aa20a194e32ef6ff6ff028f58de49f29b20.zip |
Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
SVN-Revision: 14939
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 31f7a50b39..6506312b37 100644 --- a/target/Config.in +++ b/target/Config.in @@ -29,6 +29,9 @@ config USB_SUPPORT config BIG_ENDIAN bool +config USES_INITRAMFS + bool + config USES_SQUASHFS bool |