Skip to content

Commit

Permalink
ppp: add kmod-mppe depend
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 5, 2019
1 parent e0b1277 commit 4db7b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/network/services/ppp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit 4db7b29

Please sign in to comment.