diff options
Diffstat (limited to 'target/linux/uml/patches-3.3')
5 files changed, 144 insertions, 0 deletions
diff --git a/target/linux/uml/patches-3.3/.svn/entries b/target/linux/uml/patches-3.3/.svn/entries new file mode 100644 index 0000000..9ab93f5 --- /dev/null +++ b/target/linux/uml/patches-3.3/.svn/entries @@ -0,0 +1,96 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/uml/patches-3.3 +svn://svn.openwrt.org/openwrt + + + +2012-09-27T09:21:01.675523Z +33569 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +001-include_sys_resource_h.patch +file + + + + +2013-03-17T12:12:48.000000Z +63ecc33cdd4cfef8e6263acfe466c508 +2012-09-27T09:21:01.675523Z +33569 +florian + + + + + + + + + + + + + + + + + + + + + +243 + +901-lib_zlib_deflate_visible.patch +file + + + + +2013-03-17T12:12:48.000000Z +051e09fb1ce98b203e89a83ce8bbc556 +2012-04-24T09:25:38.707581Z +31460 +jogo + + + + + + + + + + + + + + + + + + + + + +278 + diff --git a/target/linux/uml/patches-3.3/.svn/text-base/001-include_sys_resource_h.patch.svn-base b/target/linux/uml/patches-3.3/.svn/text-base/001-include_sys_resource_h.patch.svn-base new file mode 100644 index 0000000..3804dee --- /dev/null +++ b/target/linux/uml/patches-3.3/.svn/text-base/001-include_sys_resource_h.patch.svn-base @@ -0,0 +1,10 @@ +--- a/arch/um/os-Linux/start_up.c ++++ b/arch/um/os-Linux/start_up.c +@@ -15,6 +15,7 @@ + #include <sys/mman.h> + #include <sys/stat.h> + #include <sys/wait.h> ++#include <sys/resource.h> + #include <asm/unistd.h> + #include "init.h" + #include "os.h" diff --git a/target/linux/uml/patches-3.3/.svn/text-base/901-lib_zlib_deflate_visible.patch.svn-base b/target/linux/uml/patches-3.3/.svn/text-base/901-lib_zlib_deflate_visible.patch.svn-base new file mode 100644 index 0000000..f2b6547 --- /dev/null +++ b/target/linux/uml/patches-3.3/.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 +@@ -108,7 +108,7 @@ config ZLIB_INFLATE + tristate + + config ZLIB_DEFLATE +- tristate ++ tristate "Zlib compression" + + config LZO_COMPRESS + tristate diff --git a/target/linux/uml/patches-3.3/001-include_sys_resource_h.patch b/target/linux/uml/patches-3.3/001-include_sys_resource_h.patch new file mode 100644 index 0000000..3804dee --- /dev/null +++ b/target/linux/uml/patches-3.3/001-include_sys_resource_h.patch @@ -0,0 +1,10 @@ +--- a/arch/um/os-Linux/start_up.c ++++ b/arch/um/os-Linux/start_up.c +@@ -15,6 +15,7 @@ + #include <sys/mman.h> + #include <sys/stat.h> + #include <sys/wait.h> ++#include <sys/resource.h> + #include <asm/unistd.h> + #include "init.h" + #include "os.h" diff --git a/target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch new file mode 100644 index 0000000..f2b6547 --- /dev/null +++ b/target/linux/uml/patches-3.3/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 |