projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rt2800pci: add back ifdown hang workaround that was accidentally dropped during a...
[openwrt.git]
/
package
/
uboot-lantiq
/
patches
/
310-fix-httpd.patch
diff --git
a/package/uboot-lantiq/patches/310-fix-httpd.patch
b/package/uboot-lantiq/patches/310-fix-httpd.patch
index
51a96fc
..
b27ed58
100644
(file)
--- a/
package/uboot-lantiq/patches/310-fix-httpd.patch
+++ b/
package/uboot-lantiq/patches/310-fix-httpd.patch
@@
-35,7
+35,7
@@
# endif
+# ifdef CONFIG_CMD_HTTPD
-+ if (ret
<
0) {
++ if (ret
!=
0) {
+ printf("Failed to execute bootcmd "
+ "(maybe invalid u-boot environment?), "
+ "starting httpd to update firmware...\n");
This page took
0.0304 seconds
and
4
git commands to generate.