blob: 614a474c37b7ead50551b95bc16a9af4f71b05ca [file] [log] [blame]
Andrew Geissler706d5aa2021-02-12 15:55:30 -06001From 505705d0e1b55ce3fdc10d0e5eab5488f869adb6 Mon Sep 17 00:00:00 2001
2From: Andreas Oberritter <obi@opendreambox.org>
3Date: Thu, 1 Jul 2010 14:34:12 +0800
4Subject: [PATCH] ppp: Upgraded to version 2.4.5
5
6The patch comes from OpenEmbedded.
7Rebased for ppp-2.4.5. Dongxiao Xu <dongxiao.xu@intel.com>
8
9Updated from OE-Classic to include the pcap hunk.
10Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
11
12Upstream-Status: Inappropriate [configuration]
13
14---
15 pppd/Makefile.linux | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
19index 4e485a1..44c4193 100644
20--- a/pppd/Makefile.linux
21+++ b/pppd/Makefile.linux
22@@ -188,10 +188,10 @@ LIBS += -ldl
23 endif
24
25 ifdef FILTER
26-ifneq ($(wildcard /usr/include/pcap-bpf.h),)
27+#ifneq ($(wildcard /usr/include/pcap-bpf.h),)
28 LIBS += -lpcap
29 CFLAGS += -DPPP_FILTER
30-endif
31+#endif
32 endif
33
34 ifdef HAVE_INET6