X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/79c8117684bd3378e9a269c8c73a34fe7e399dcc..77ec3b2de9bb1880b258ec6aaf4949f146f6fd8d:/package/ppp/patches/320-custom_iface_names.patch diff --git a/package/ppp/patches/320-custom_iface_names.patch b/package/ppp/patches/320-custom_iface_names.patch index 542f0a0d2..26e683753 100644 --- a/package/ppp/patches/320-custom_iface_names.patch +++ b/package/ppp/patches/320-custom_iface_names.patch @@ -1,6 +1,6 @@ --- a/pppd/main.c +++ b/pppd/main.c -@@ -743,8 +743,11 @@ void +@@ -745,8 +745,11 @@ void set_ifunit(iskey) int iskey; { @@ -24,7 +24,7 @@ bool tune_kernel; /* may alter kernel settings */ int connect_delay = 1000; /* wait this many ms after connect script */ int req_unit = -1; /* requested interface unit */ -@@ -264,6 +265,9 @@ option_t general_options[] = { +@@ -266,6 +267,9 @@ option_t general_options[] = { { "linkname", o_string, linkname, "Set logical name for link", OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXPATHLEN },