[OpenWrt-Devel] [PATCH] udpxy: don't disable by default
Nerijus Baliūnas
nerijus at users.sourceforge.net
Sat Feb 13 17:44:49 EST 2016
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 <nerijus at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list