diff --git a/net/pppossh/Makefile b/net/pppossh/Makefile index 4567ac50b..7cc739ddb 100644 --- a/net/pppossh/Makefile +++ b/net/pppossh/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pppossh -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Yousong Zhou PKG_LICENSE:=GPLv2 @@ -18,7 +18,7 @@ define Package/pppossh SECTION:=net CATEGORY:=Network TITLE:=PPPoSSH (Point-to-Point Protocol over SSH) - DEPENDS:=+ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client) + DEPENDS:=+ppp +resolveip @(DROPBEAR_DBCLIENT||PACKAGE_openssh-client) PKGARCH:=all endef