From 4db7b2980ffb20cd7d24bd5e2854366645cb82fd Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Thu, 5 Dec 2019 09:03:08 -0800 Subject: [PATCH] ppp: add kmod-mppe depend --- package/network/services/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 0c81c46a89..0a4551c76d 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.7 -PKG_RELEASE:=13 +PKG_RELEASE:=15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/ppp/ @@ -36,7 +36,7 @@ endef define Package/ppp $(call Package/ppp/Default) - DEPENDS:=+kmod-ppp +libpthread +shellsync + DEPENDS:=+kmod-ppp +kmod-mppe +libpthread +shellsync TITLE:=PPP daemon VARIANT:=default endef