diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-24 06:41:11 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-24 06:41:11 +0000 |
commit | 71cec38f69d21092ca1f820ccfb50255fe916da1 (patch) | |
tree | 8de0a0eace7c2510cb89291d4c13b284a79db9a4 /Config.in | |
parent | c7c47ef48956bf106e4f12384790596728ccd603 (diff) | |
download | upstream-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.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |