mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
netopeer2: add libcurl dependency
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=Netopeer2
|
PKG_NAME:=Netopeer2
|
||||||
PKG_VERSION:=0.7-r1
|
PKG_VERSION:=0.7-r1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
||||||
@@ -37,7 +37,7 @@ define Package/netopeer2-server
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=NETCONF server
|
TITLE:=NETCONF server
|
||||||
URL:=$(PKG_SOURCE_URL)
|
URL:=$(PKG_SOURCE_URL)
|
||||||
DEPENDS:=+libpthread +libyang +libnetconf2 +netopeer2-keystored +libsysrepo +sysrepocfg +sysrepoctl +sysrepo
|
DEPENDS:=+libcurl +libpthread +libyang +libnetconf2 +netopeer2-keystored +libsysrepo +sysrepocfg +sysrepoctl +sysrepo
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ if [ -x /bin/sysrepoctl ]; then
|
|||||||
sysrepoctl -m ietf-netconf-server -e call-home
|
sysrepoctl -m ietf-netconf-server -e call-home
|
||||||
sysrepoctl -m ietf-netconf-server -e ssh-call-home
|
sysrepoctl -m ietf-netconf-server -e ssh-call-home
|
||||||
sysrepoctl -m ietf-netconf-server -e tls-call-home
|
sysrepoctl -m ietf-netconf-server -e tls-call-home
|
||||||
|
sysrepoctl -m ietf-netconf -e url
|
||||||
if [ -x /bin/sysrepocfg ]; then
|
if [ -x /bin/sysrepocfg ]; then
|
||||||
sysrepocfg -f xml -d startup -i /usr/share/netopeer2-server/stock_config.xml ietf-netconf-server
|
sysrepocfg -f xml -d startup -i /usr/share/netopeer2-server/stock_config.xml ietf-netconf-server
|
||||||
rm /usr/share/netopeer2-server/stock_config.xml
|
rm /usr/share/netopeer2-server/stock_config.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user