This patch changes option disabled to '0' as the package has init file and
could be made disabled in System->Startup. It is difficult for new users
to edit /etc/config/udpxy manually.

Signed-off-by: Nerijus Baliūnas <neri...@users.sourceforge.net>

---
diff --git a/net/udpxy/files/udpxy.conf b/net/udpxy/files/udpxy.conf
index 9117a53..83599c2 100644
--- a/net/udpxy/files/udpxy.conf
+++ b/net/udpxy/files/udpxy.conf
@@ -1,5 +1,5 @@
 config udpxy
-       option disabled '1'
+       option disabled '0'
        option respawn '1'
        option verbose '0'
        option status '1'
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to