diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:46:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:46:59 +0000 |
commit | ad8be074e341a4e64b394b6cc4ee6e180964d409 (patch) | |
tree | d79027d667e1db1e7a323de62c01fedc1eeaab1a | |
parent | bad07a06997c4ff29aaec78bb1c4255cc52b52ca (diff) | |
download | upstream-ad8be074e341a4e64b394b6cc4ee6e180964d409.tar.gz upstream-ad8be074e341a4e64b394b6cc4ee6e180964d409.tar.bz2 upstream-ad8be074e341a4e64b394b6cc4ee6e180964d409.zip |
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
-rw-r--r-- | target/linux/uml/patches-3.3/001-include_sys_resource_h.patch | 10 | ||||
-rw-r--r-- | target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch | 14 |
2 files changed, 0 insertions, 24 deletions
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 deleted file mode 100644 index 3804dee3fb..0000000000 --- a/target/linux/uml/patches-3.3/001-include_sys_resource_h.patch +++ /dev/null @@ -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" 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 deleted file mode 100644 index f2b6547d58..0000000000 --- a/target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch +++ /dev/null @@ -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 |