X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fppp%2Fpatches%2F405-no_multilink_option.patch;h=b17747a5ec24df1dcf96e7f5f3fe146cbd4cf6a7;hb=88c88823d59de0c123a249357f2f571d2c76ef55;hp=97a79c474a20e41352f980e14258fd66abd3b7b3;hpb=405e21d16731b2764ab82aaaadcf36a813b105f7;p=oweals%2Fopenwrt.git diff --git a/package/network/services/ppp/patches/405-no_multilink_option.patch b/package/network/services/ppp/patches/405-no_multilink_option.patch index 97a79c474a..b17747a5ec 100644 --- a/package/network/services/ppp/patches/405-no_multilink_option.patch +++ b/package/network/services/ppp/patches/405-no_multilink_option.patch @@ -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 +Signed-off-by: Jo-Philipp Wich --- 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 },