pppossh: depend on dbclient
authorSergey Ponomarev <stokito@gmail.com>
Wed, 20 Sep 2023 14:30:41 +0000 (17:30 +0300)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 9 Oct 2023 05:54:25 +0000 (13:54 +0800)
The package should not only depend on a package dropbear but on the dbclient.
Otherwise the dbclient may be disabled during compilation and the dependency will be not satisfied.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
net/pppossh/Makefile

index 4567ac50b9951d16d4b346086485ad58d1642977..7cc739ddb5864efef599225c39d739e1107d97e1 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pppossh
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
 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