You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
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
11 years ago
..
base-files base-files: allow users to delect debug level during boot 11 years ago
boot package: uboot-mxs: cosmetic fix 11 years ago
devel disable mips16 for a few packages that don't compile with it 11 years ago
kernel mac80211: fix reorder issues with multicast packets (client mode) 11 years ago
libs libubox: fix compile error (#14497) 11 years ago
network pppd: Place plugin-specific options after `plugin name`. 11 years ago
system base-files: allow users to delect debug level during boot 11 years ago
utils base-files: allow users to delect debug level during boot 11 years ago
Makefile package/index: fix index creating when building without signing 11 years ago