From 3654250a742e7e1c42c55f38c25cfbfaf4fed636 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 16 Aug 2011 20:34:08 +0000 Subject: [PATCH] [package] openl2tp: fix pppd version (#9940) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28011 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openl2tp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openl2tp/Makefile b/net/openl2tp/Makefile index c8e66d89c..d8a8df985 100644 --- a/net/openl2tp/Makefile +++ b/net/openl2tp/Makefile @@ -18,7 +18,7 @@ PKG_MD5SUM:=e3d08dedfb9e6a9a1e24f6766f6dadd0 PKG_BUILD_DEPENDS:=libreadline libncurses PKG_BUILD_PARALLEL:=1 -PPPD_VERSION:=2.4.4 +PPPD_VERSION:=2.4.5 include $(INCLUDE_DIR)/package.mk