aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-15 20:55:17 +0000
committerSteven Barth <steven@midlink.org>2014-06-15 20:55:17 +0000
commit02fcbc164361f4944371cf9101403cdd9e647433 (patch)
tree72336ea5df4dc69920ea7cbd71c12805d33d281b /package/network/services/ppp/patches/140-pppoe_compile_fix.patch
parenta20868ab2335d730e1771affad6a8046c1ffe2a8 (diff)
downloadmaster-187ad058-02fcbc164361f4944371cf9101403cdd9e647433.tar.gz
master-187ad058-02fcbc164361f4944371cf9101403cdd9e647433.tar.bz2
master-187ad058-02fcbc164361f4944371cf9101403cdd9e647433.zip
ppp: bump to 2.4.6
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/ppp/patches/140-pppoe_compile_fix.patch')
-rw-r--r--package/network/services/ppp/patches/140-pppoe_compile_fix.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/network/services/ppp/patches/140-pppoe_compile_fix.patch b/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
index 6f24c2cb32..71f96ff998 100644
--- a/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
+++ b/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
@@ -1,16 +1,17 @@
--- a/pppd/plugins/rp-pppoe/plugin.c
+++ b/pppd/plugins/rp-pppoe/plugin.c
-@@ -46,9 +46,9 @@ static char const RCSID[] =
+@@ -46,10 +46,10 @@ static char const RCSID[] =
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
-#include <net/ethernet.h>
#include <net/if_arp.h>
#include <linux/ppp_defs.h>
-+#include <linux/if_ether.h>
- #include <linux/if_ppp.h>
#include <linux/if_pppox.h>
++#include <linux/if_ether.h>
+ #ifndef _ROOT_PATH
+ #define _ROOT_PATH ""
--- a/pppd/plugins/rp-pppoe/pppoe.h
+++ b/pppd/plugins/rp-pppoe/pppoe.h
@@ -86,17 +86,6 @@ typedef unsigned long UINT32_t;