diff options
author | John Crispin <john@openwrt.org> | 2011-07-06 10:36:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-06 10:36:35 +0000 |
commit | b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3 (patch) | |
tree | e7b49095a024a96651eb037011504d24080bd965 /package/uboot-lantiq/patches/200-httpd.patch | |
parent | c93b5653bc9866cb7700e50e2a2f914bfcfbf677 (diff) | |
download | upstream-b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3.tar.gz upstream-b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3.tar.bz2 upstream-b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3.zip |
fix lantiq uboot to build lzma compressed bootloaders for eval kits
SVN-Revision: 27487
Diffstat (limited to 'package/uboot-lantiq/patches/200-httpd.patch')
-rw-r--r-- | package/uboot-lantiq/patches/200-httpd.patch | 4 |
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, }; |