aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/patches/200-httpd.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-07-06 10:36:35 +0000
committerJohn Crispin <blogic@openwrt.org>2011-07-06 10:36:35 +0000
commitac64a0094ac5f877795cf6f33ab0a368b4b22f19 (patch)
tree24ac8762654f48f6d62bac5d982c0e47c9097e55 /package/uboot-lantiq/patches/200-httpd.patch
parent6961cda93ae707e9c3a943b0eed69eb0c6cfaf9d (diff)
downloadmaster-187ad058-ac64a0094ac5f877795cf6f33ab0a368b4b22f19.tar.gz
master-187ad058-ac64a0094ac5f877795cf6f33ab0a368b4b22f19.tar.bz2
master-187ad058-ac64a0094ac5f877795cf6f33ab0a368b4b22f19.zip
fix lantiq uboot to build lzma compressed bootloaders for eval kits
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/patches/200-httpd.patch')
-rw-r--r--package/uboot-lantiq/patches/200-httpd.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/uboot-lantiq/patches/200-httpd.patch b/package/uboot-lantiq/patches/200-httpd.patch
index 3c7bdbd4a6..b0ab3b6afd 100644
--- a/package/uboot-lantiq/patches/200-httpd.patch
+++ b/package/uboot-lantiq/patches/200-httpd.patch
@@ -5647,13 +5647,11 @@
--- a/common/main.c
+++ b/common/main.c
-@@ -273,6 +273,10 @@ static __inline__ int abortboot(int boot
+@@ -273,6 +273,8 @@ static __inline__ int abortboot(int boot
void main_loop (void)
{
-+#ifdef CONFIG_CMD_HTTPD
+ int ret;
-+#endif
+
#ifndef CONFIG_SYS_HUSH_PARSER
static char lastcommand[CONFIG_SYS_CBSIZE] = { 0, };