From f03072225ee57c5159d24edcac5b6f1c3b976167 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 6 Jul 2011 10:36:35 +0000 Subject: 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 --- package/uboot-lantiq/patches/200-httpd.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package/uboot-lantiq/patches/200-httpd.patch') diff --git a/package/uboot-lantiq/patches/200-httpd.patch b/package/uboot-lantiq/patches/200-httpd.patch index 3c7bdbd4a..b0ab3b6af 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, }; -- cgit v1.2.3