[uml] add support for 3.2
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Mar 2012 11:55:53 +0000 (11:55 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Mar 2012 11:55:53 +0000 (11:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30961 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/uml/config/x86_64
target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch [new file with mode: 0644]

index d3ce8b3..42bf070 100644 (file)
@@ -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 (file)
index 0000000..f4aba9b
--- /dev/null
@@ -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
This page took 0.032562 seconds and 4 git commands to generate.