[package] ppp: annotate most patches with description and S-o-b
[openwrt/svn-archive/archive.git] / package / ppp / patches / 405-no_multilink_option.patch
index fc342b72d569ac0eb7cf67cacd6e3f21fbd91297..97a79c474a20e41352f980e14258fd66abd3b7b3 100644 (file)
@@ -1,3 +1,12 @@
+pppd: Support "nomp" option even if multilink support is off
+
+This patch moves the "nomp" option entry outside of the defines protecting
+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>
+
 --- a/pppd/options.c
 +++ b/pppd/options.c
 @@ -318,13 +318,14 @@ option_t general_options[] = {