From: Jonas Gorski Date: Wed, 18 Apr 2012 15:14:05 +0000 (+0000) Subject: make xz ramdisk images also available for 2.6.39+ X-Git-Tag: v19.07.0-rc1~24909 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=commitdiff_plain;h=e640bc8ca487d54491196f9dee64a806069a6c6f make xz ramdisk images also available for 2.6.39+ 2.6.38 isn't the only kernel supporting it. SVN-Revision: 31343 --- diff --git a/Config.in b/Config.in index 4231f85aa5..c288cfbec1 100644 --- a/Config.in +++ b/Config.in @@ -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