diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 421ca10218..1fd280032f 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp -PKG_RELEASE:=3 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/paulusmack/ppp @@ -38,7 +38,7 @@ endef define Package/ppp $(call Package/ppp/Default) - DEPENDS:=+kmod-ppp +libpthread +shellsync + DEPENDS:=+kmod-ppp +libpthread +shellsync +kmod-mppe TITLE:=PPP daemon VARIANT:=default endef diff --git a/package/network/services/shellsync/Makefile b/package/network/services/shellsync/Makefile index 6dce14b35c..dcbce1d21c 100644 --- a/package/network/services/shellsync/Makefile +++ b/package/network/services/shellsync/Makefile @@ -2,14 +2,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shellsync PKG_VERSION:=0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk define Package/shellsync CATEGORY:=Utilities TITLE:=shellsync - DEPENDS:=+libpthread + DEPENDS:=+libpthread +kmod-macvlan endef define Build/Prepare