aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-3.6
diff options
context:
space:
mode:
authorJames <>2013-03-17 12:16:37 +0000
committerJames <>2013-03-17 12:16:37 +0000
commit27b76ab0671089c47506615a796a261e993896a7 (patch)
tree61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/uml/patches-3.6
downloadtrunk-36060-master.tar.gz
trunk-36060-master.tar.bz2
trunk-36060-master.zip
Diffstat (limited to 'target/linux/uml/patches-3.6')
-rw-r--r--target/linux/uml/patches-3.6/.svn/entries62
-rw-r--r--target/linux/uml/patches-3.6/.svn/text-base/901-lib_zlib_deflate_visible.patch.svn-base14
-rw-r--r--target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch14
3 files changed, 90 insertions, 0 deletions
diff --git a/target/linux/uml/patches-3.6/.svn/entries b/target/linux/uml/patches-3.6/.svn/entries
new file mode 100644
index 0000000..fac534b
--- /dev/null
+++ b/target/linux/uml/patches-3.6/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/uml/patches-3.6
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-11-18T08:41:31.122102Z
+34227
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+901-lib_zlib_deflate_visible.patch
+file
+
+
+
+
+2013-03-17T12:12:48.000000Z
+709810774c817d0644679ab8fd9e3c8a
+2012-11-18T08:41:31.122102Z
+34227
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+278
+
diff --git a/target/linux/uml/patches-3.6/.svn/text-base/901-lib_zlib_deflate_visible.patch.svn-base b/target/linux/uml/patches-3.6/.svn/text-base/901-lib_zlib_deflate_visible.patch.svn-base
new file mode 100644
index 0000000..0c3eca1
--- /dev/null
+++ b/target/linux/uml/patches-3.6/.svn/text-base/901-lib_zlib_deflate_visible.patch.svn-base
@@ -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
+@@ -178,7 +178,7 @@ config ZLIB_INFLATE
+ tristate
+
+ config ZLIB_DEFLATE
+- tristate
++ tristate "Zlib compression"
+
+ config LZO_COMPRESS
+ tristate
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 0000000..0c3eca1
--- /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
+@@ -178,7 +178,7 @@ config ZLIB_INFLATE
+ tristate
+
+ config ZLIB_DEFLATE
+- tristate
++ tristate "Zlib compression"
+
+ config LZO_COMPRESS
+ tristate