diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-18 15:14:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-18 15:14:05 +0000 |
commit | e640bc8ca487d54491196f9dee64a806069a6c6f (patch) | |
tree | e765d67b78a11f586c8690fc3906ffc42bb0ffd4 | |
parent | 0af09943a53062f66704146096d39a8a251c3927 (diff) | |
download | upstream-e640bc8ca487d54491196f9dee64a806069a6c6f.tar.gz upstream-e640bc8ca487d54491196f9dee64a806069a6c6f.tar.bz2 upstream-e640bc8ca487d54491196f9dee64a806069a6c6f.zip |
make xz ramdisk images also available for 2.6.39+
2.6.38 isn't the only kernel supporting it.
SVN-Revision: 31343
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ menu "Target Images" config TARGET_INITRAMFS_COMPRESSION_XZ bool "xz" - depends LINUX_2_6_38 + depends !LINUX_2_6_30&&!LINUX_2_6_31&&!LINUX_2_6_32&&!LINUX_2_6_36&&!LINUX_2_6_37 endchoice config EXTERNAL_CPIO |