aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-11-21 15:20:11 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-11-21 15:20:11 +0000
commit8e5aa66efeb5433d92c51d46c03ff61c700df8d8 (patch)
tree7422750d18229d40ce8a819807e7ce0a541aab5e /Config.in
parent8151a5f6daad1cc7a7970c52f8473b903807e591 (diff)
downloadmaster-187ad058-8e5aa66efeb5433d92c51d46c03ff61c700df8d8.tar.gz
master-187ad058-8e5aa66efeb5433d92c51d46c03ff61c700df8d8.tar.bz2
master-187ad058-8e5aa66efeb5433d92c51d46c03ff61c700df8d8.zip
make lzo compressed initramfs selectable, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 3e8475cc30..71a7c7da8a 100644
--- a/Config.in
+++ b/Config.in
@@ -43,6 +43,9 @@ menu "Target Images"
config TARGET_INITRAMFS_COMPRESSION_LZMA
bool "LZMA"
+
+ config TARGET_INITRAMFS_COMPRESSION_LZO
+ bool "LZO"
endchoice
config TARGET_ROOTFS_JFFS2