openwrtv4/package/network/services
John Crispin cba772f5bc pppd: Place plugin-specific options after plugin name.
Before this patch, if we specify a plugin specific option through
`pppd_options` in /etc/config/network, e.g. `rp_pppoe_verbose 1`, pppd
would quit with the following error in log.

    Wed Oct  9 09:42:58 2013 daemon.notice netifd: GORG (1689): /usr/sbin/pppd: unrecognized option 'rp_pppoe_verbose'
    Wed Oct  9 09:42:58 2013 daemon.err pppd[1689]: unrecognized option 'rp_pppoe_verbose'
    Wed Oct  9 09:42:58 2013 daemon.notice netifd: GORG (1689): pppd version 2.4.5
    Wed Oct  9 09:42:58 2013 daemon.notice netifd: GORG (1689): Usage: /usr/sbin/pppd [ options ], where options are:

This is due to the requirement that function add_option() should be
called by the plugin_init() function first before pppd can parse those
options.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

SVN-Revision: 38911
2013-11-25 14:09:16 +00:00
..
authsae authsae: add myself as a maintainer 2013-07-26 10:03:03 +00:00
dnsmasq dnsmasq: fix backward compatibility with existing configs 2013-11-04 22:40:56 +00:00
dropbear procd: fixup 2 wrong option types 2013-11-13 11:07:24 +00:00
ead ead: fix compile errors with recent kernels 2013-07-20 12:56:07 +00:00
hostapd hostapd: remove random pool support - the entropy it gathers is questionable and we have better entropy sources on common platforms now 2013-11-18 13:54:26 +00:00
ipset-dns procd: convert various packages to procd style init.d scripts 2013-09-17 21:45:30 +00:00
lldpd lldpd: Add libbsd dependency when using eglibc 2013-08-25 18:47:08 +00:00
odhcpd odhcpd: fix cleaning of configuration on reload 2013-10-23 09:30:28 +00:00
openvpn openvpn: clean up and fix the init script 2013-10-31 17:36:24 +00:00
openvpn-easy-rsa openvpn-easy-rsa: restore essential patch to make it actually work on the target (#14324) 2013-10-15 12:23:21 +00:00
ppp pppd: Place plugin-specific options after plugin name. 2013-11-25 14:09:16 +00:00
relayd fix various init scripts 2013-09-23 21:58:36 +00:00
samba36 build: consistently use 'depends on' instead of 'depends' 2013-04-17 15:36:41 +00:00
uhttpd uhttpd: update to the latest version, fixes crashes in the ubus plugin 2013-11-21 21:52:24 +00:00