package/grub: only disable graphics on host grub
[openwrt.git] / package / uboot-lantiq / patches / 310-fix-httpd.patch
index 51a96fc..b27ed58 100644 (file)
@@ -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.020181 seconds and 4 git commands to generate.