projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: add support for the Senao/EnGenius ESR-9753 board
[openwrt.git]
/
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
3c7bdbd
..
b0ab3b6
100644
(file)
--- 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
--- 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)
{
void main_loop (void)
{
-+#ifdef CONFIG_CMD_HTTPD
+ int ret;
+ int ret;
-+#endif
+
#ifndef CONFIG_SYS_HUSH_PARSER
static char lastcommand[CONFIG_SYS_CBSIZE] = { 0, };
+
#ifndef CONFIG_SYS_HUSH_PARSER
static char lastcommand[CONFIG_SYS_CBSIZE] = { 0, };
This page took
0.024195 seconds
and
4
git commands to generate.