aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-24 06:41:11 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-24 06:41:11 +0000
commit71cec38f69d21092ca1f820ccfb50255fe916da1 (patch)
tree8de0a0eace7c2510cb89291d4c13b284a79db9a4 /Config.in
parentc7c47ef48956bf106e4f12384790596728ccd603 (diff)
downloadupstream-71cec38f69d21092ca1f820ccfb50255fe916da1.tar.gz
upstream-71cec38f69d21092ca1f820ccfb50255fe916da1.tar.bz2
upstream-71cec38f69d21092ca1f820ccfb50255fe916da1.zip
2.6.38 supports xz ramdisks, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index f3db905f24..a634328074 100644
--- a/Config.in
+++ b/Config.in
@@ -43,6 +43,10 @@ menu "Target Images"
config TARGET_INITRAMFS_COMPRESSION_LZO
bool "lzo"
+
+ config TARGET_INITRAMFS_COMPRESSION_XZ
+ bool "xz"
+ depends LINUX_2_6_38
endchoice
comment "Root filesystem archives"