aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches/005-fix_bash4_builds.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-23 12:05:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-23 12:05:44 +0000
commit44bafb26f941a95a2b4c8237baa863bb5caf8e0a (patch)
tree5ea7ada572cff83c55cdbc2591e2993b157b6670 /target/linux/uml/patches/005-fix_bash4_builds.patch
parent08d358dfffe4762cc920ac80aa1907498cd81382 (diff)
downloadmaster-187ad058-44bafb26f941a95a2b4c8237baa863bb5caf8e0a.tar.gz
master-187ad058-44bafb26f941a95a2b4c8237baa863bb5caf8e0a.tar.bz2
master-187ad058-44bafb26f941a95a2b4c8237baa863bb5caf8e0a.zip
uml: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17684 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches/005-fix_bash4_builds.patch')
-rw-r--r--target/linux/uml/patches/005-fix_bash4_builds.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/uml/patches/005-fix_bash4_builds.patch b/target/linux/uml/patches/005-fix_bash4_builds.patch
index 956182489d..687f5f04e8 100644
--- a/target/linux/uml/patches/005-fix_bash4_builds.patch
+++ b/target/linux/uml/patches/005-fix_bash4_builds.patch
@@ -11,11 +11,9 @@ Date: Sun Sep 6 14:36:01 2009 +0200
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
-diff --git a/arch/um/Makefile b/arch/um/Makefile
-index 0728def..dc1ea7d 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
-@@ -99,9 +99,6 @@ CFLAGS_NO_HARDENING := $(call cc-option, -fno-PIC,) $(call cc-option, -fno-pic,)
+@@ -99,9 +99,6 @@ CFLAGS_NO_HARDENING := $(call cc-option,
CONFIG_KERNEL_STACK_ORDER ?= 2
STACK_SIZE := $(shell echo $$[ 4096 * (1 << $(CONFIG_KERNEL_STACK_ORDER)) ] )
@@ -32,8 +30,6 @@ index 0728def..dc1ea7d 100644
-export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS HEADER_ARCH DEV_NULL_PATH
+export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS HEADER_ARCH DEV_NULL_PATH \
+ ELF_ARCH ELF_FORMAT STACK_SIZE START
-diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile
-index 388ec0a..2907436 100644
--- a/arch/um/kernel/Makefile
+++ b/arch/um/kernel/Makefile
@@ -3,6 +3,10 @@