uml: remove 3.3. kernel patches

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36079 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2013-03-17 19:46:59 +00:00
parent bad07a0699
commit ad8be074e3
2 changed files with 0 additions and 24 deletions

View File

@ -1,10 +0,0 @@
--- 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"

View File

@ -1,14 +0,0 @@
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