From 31fd8cb5e2b09fcc06d593f47644100e09013d0e Mon Sep 17 00:00:00 2001 From: jogo Date: Wed, 18 Apr 2012 15:14:05 +0000 Subject: [PATCH] make xz ramdisk images also available for 2.6.39+ 2.6.38 isn't the only kernel supporting it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31343 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2