This trivial patch corrects the return value of the led init script

Signed-off-by: Brian Oostenbrink <brian_oostenbrink at pmc-sierra.com>

---

Index: openwrt/package/base-files/files/etc/init.d/led
===================================================================
--- openwrt/package/base-files/files/etc/init.d/led     (revision 12630)
+++ openwrt/package/base-files/files/etc/init.d/led     (working copy)
@@ -49,4 +49,5 @@
                config_load system
                config_foreach load_led led
        }
+       return 0
 }
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to