diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-17 11:55:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-17 11:55:53 +0000 |
commit | a53be8ccd233fd2e458f1e38b025a1a42ef5eb16 (patch) | |
tree | ea329d58276f5fb4568d500efb9125fd1253d944 | |
parent | 35c3f29108ae4eef6c59dd47d4a1242fc53696fd (diff) |
[uml] add support for 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30961 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/uml/config/x86_64 | 2 | ||||
-rw-r--r-- | target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index d3ce8b30b8..42bf07024e 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -17,8 +17,10 @@ CONFIG_CRAMFS=y CONFIG_CRC16=y # CONFIG_CRYPTO_AES_NI_INTEL is not set # CONFIG_CRYPTO_AES_X86_64 is not set +# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set # CONFIG_CRYPTO_SALSA20_X86_64 is not set # CONFIG_CRYPTO_TWOFISH_X86_64 is not set +# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y CONFIG_DECOMPRESS_BZIP2=y diff --git a/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch new file mode 100644 index 0000000000..f4aba9bd7a --- /dev/null +++ b/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch @@ -0,0 +1,14 @@ +make ZLIB_DEFLATE visible, so that we can choose whether we want it built-in +or as a module + +--- a/lib/Kconfig ++++ b/lib/Kconfig +@@ -98,7 +98,7 @@ config ZLIB_INFLATE + tristate + + config ZLIB_DEFLATE +- tristate ++ tristate "Zlib compression" + + config LZO_COMPRESS + tristate |