From be08adba059e4a9c0f239c8462e4a78b193adaf4 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Sun, 8 Mar 2020 03:04:16 -0700 Subject: [PATCH] shellsync: add kmod-macvlan depend --- package/network/services/ppp/Makefile | 4 ++-- package/network/services/shellsync/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 421ca1021..1fd280032 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 6dce14b35..dcbce1d21 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