1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28497 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2011-10-20 21:42:07 +00:00
parent 1981c3be16
commit a28c14be78
6 changed files with 101 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
--- a/pppd/options.c
+++ b/pppd/options.c
@@ -309,13 +309,14 @@ option_t general_options[] = {
@@ -318,13 +318,14 @@ option_t general_options[] = {
"Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
{ "nomultilink", o_bool, &multilink,
"Disable multilink operation", OPT_PRIOSUB | 0 },