odhcpd: update to latest git HEAD
[oweals/openwrt.git] / package / network / services / ppp / patches / 405-no_multilink_option.patch
index 97a79c474a20e41352f980e14258fd66abd3b7b3..b17747a5ec24df1dcf96e7f5f3fe146cbd4cf6a7 100644 (file)
@@ -5,11 +5,11 @@ the multilink specific code. The motivation is to allow "nomp" even if pppd
 does not support multilink, so that controlling programs can unconditionally
 pass it to pppd regardless of the compile time features.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/options.c
 +++ b/pppd/options.c
-@@ -318,13 +318,14 @@ option_t general_options[] = {
+@@ -336,13 +336,14 @@ option_t general_options[] = {
        "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
      { "nomultilink", o_bool, &multilink,
        "Disable multilink operation", OPT_PRIOSUB | 0 },