mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
pppossh: depend on dbclient
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>
This commit is contained in:
committed by
Yousong Zhou
parent
303f0ad5ed
commit
08e3c43607
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user