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 | f357674b30f65d766e4db2bb78076b220f272bb0 (patch) | |
tree | 61f18ff9949f1e549975559458a0d99219a3dab4 | |
parent | 132aa096ad12439fe10d188174af80e97170b89d (diff) | |
download | upstream-f357674b30f65d766e4db2bb78076b220f272bb0.tar.gz upstream-f357674b30f65d766e4db2bb78076b220f272bb0.tar.bz2 upstream-f357674b30f65d766e4db2bb78076b220f272bb0.zip |
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
-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 |