summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-16 16:32:26 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-16 16:32:26 +0000
commit9b82be53109dc8bb22ae7f2712dc39fd9eff336c (patch)
tree8a3c6d3c5751fa9eaed4bf1ab8785ffc9dfd33e5 /target/linux
parent259694791ebe718c3b68f58612cc3eb6c343e99b (diff)
[uml] add support for 3.6 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34211 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch
new file mode 100644
index 000000000..f2b6547d5
--- /dev/null
+++ b/target/linux/uml/patches-3.6/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
+@@ -108,7 +108,7 @@ config ZLIB_INFLATE
+ tristate
+
+ config ZLIB_DEFLATE
+- tristate
++ tristate "Zlib compression"
+
+ config LZO_COMPRESS
+ tristate