ppp: add kmod-mppe depend

This commit is contained in:
LEAN-ESX 2019-12-05 09:03:08 -08:00
parent e0b1277cad
commit 4db7b2980f

View File

@ -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