projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: update linux 3.2 to 3.2.12
[openwrt.git]
/
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
542f0a0
..
26e6837
100644
(file)
--- 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
--- a/pppd/main.c
+++ b/pppd/main.c
-@@ -74
3,8 +743
,11 @@ void
+@@ -74
5,8 +745
,11 @@ void
set_ifunit(iskey)
int iskey;
{
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 */
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 */
-@@ -26
4,6 +265
,9 @@ option_t general_options[] = {
+@@ -26
6,6 +267
,9 @@ option_t general_options[] = {
{ "linkname", o_string, linkname,
"Set logical name for link",
OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXPATHLEN },
{ "linkname", o_string, linkname,
"Set logical name for link",
OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXPATHLEN },
This page took
0.026683 seconds
and
4
git commands to generate.