ppp: Remove already applied patch
This patch was already applied upstream and not needed here.
Fixes: 06403981e1
("ppp: update to version 2.4.7.git-2019-05-06")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
ba40da9045
commit
7aa8c00e4b
2 changed files with 1 additions and 14 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=ppp
|
PKG_NAME:=ppp
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/paulusmack/ppp
|
PKG_SOURCE_URL:=https://github.com/paulusmack/ppp
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- a/pppd/plugins/pppol2tp/pppol2tp.c
|
|
||||||
+++ b/pppd/plugins/pppol2tp/pppol2tp.c
|
|
||||||
@@ -152,6 +152,10 @@ static int setdevname_pppol2tp(char **ar
|
|
||||||
if (pppol2tp_fd_str == NULL)
|
|
||||||
novm("PPPoL2TP FD");
|
|
||||||
|
|
||||||
+ pppol2tp_fd_str = strdup(*argv);
|
|
||||||
+ if (pppol2tp_fd_str == NULL)
|
|
||||||
+ novm("PPPoL2TP FD");
|
|
||||||
+
|
|
||||||
/* Setup option defaults. Compression options are disabled! */
|
|
||||||
|
|
||||||
modem = 0;
|
|
Loading…
Reference in a new issue