summaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/patches/310-fix-httpd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/uboot-lantiq/patches/310-fix-httpd.patch')
-rw-r--r--package/uboot-lantiq/patches/310-fix-httpd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/patches/310-fix-httpd.patch b/package/uboot-lantiq/patches/310-fix-httpd.patch
index 51a96fc58..b27ed5859 100644
--- 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");