aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2010-03-29 11:30:24 +0000
committerJohn Crispin <blogic@openwrt.org>2010-03-29 11:30:24 +0000
commitf39c9a77878664635857ccd51fb03cc458af0df3 (patch)
tree22398f34cbed339e96820aba4182f1b0567bacc8 /package/uboot-lantiq
parent33f40d767770b339e1a36ae6953fb3162cf43346 (diff)
downloadupstream-f39c9a77878664635857ccd51fb03cc458af0df3.tar.gz
upstream-f39c9a77878664635857ccd51fb03cc458af0df3.tar.bz2
upstream-f39c9a77878664635857ccd51fb03cc458af0df3.zip
[ifxmips] fixes uboot compile error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20580 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq')
-rw-r--r--package/uboot-lantiq/patches/210-compile.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/uboot-lantiq/patches/210-compile.patch b/package/uboot-lantiq/patches/210-compile.patch
new file mode 100644
index 0000000000..e34d7fd3e6
--- /dev/null
+++ b/package/uboot-lantiq/patches/210-compile.patch
@@ -0,0 +1,24 @@
+Index: u-boot-2009.11.1/common/env_common.c
+===================================================================
+--- u-boot-2009.11.1.orig/common/env_common.c 2010-01-25 09:35:12.000000000 +0100
++++ u-boot-2009.11.1/common/env_common.c 2010-03-29 13:20:50.000000000 +0200
+@@ -26,6 +26,7 @@
+
+ #include <common.h>
+ #include <command.h>
++#include <configs/ifx-common.h>
+ #include <environment.h>
+ #include <linux/stddef.h>
+ #include <malloc.h>
+Index: u-boot-2009.11.1/common/env_embedded.c
+===================================================================
+--- u-boot-2009.11.1.orig/common/env_embedded.c 2010-03-29 13:22:19.000000000 +0200
++++ u-boot-2009.11.1/common/env_embedded.c 2010-03-29 13:22:29.000000000 +0200
+@@ -27,6 +27,7 @@
+ #define __ASM_STUB_PROCESSOR_H__ /* don't include asm/processor. */
+ #include <config.h>
+ #undef __ASSEMBLY__
++#include <configs/ifx-common.h>
+ #include <environment.h>
+
+ /*