add ppp sync dep

This commit is contained in:
coolsnowwolf 2018-09-10 20:03:10 +08:00
parent 51b05f165f
commit 32fccaed21

View File

@ -36,7 +36,7 @@ endef
define Package/ppp
$(call Package/ppp/Default)
DEPENDS:=+kmod-ppp
DEPENDS:=+kmod-ppp +libpthread +shellsync
TITLE:=PPP daemon
VARIANT:=default
endef