From 85259eccee5491f459c223f3475a9d507763276c Mon Sep 17 00:00:00 2001 From: Mislav Novakovic Date: Tue, 23 May 2017 12:10:44 +0200 Subject: [PATCH] netopeer2-server: add custom config file Signed-off-by: Mislav Novakovic --- net/netopeer2/Makefile | 2 +- net/netopeer2/files/stock_config.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 net/netopeer2/files/stock_config.xml diff --git a/net/netopeer2/Makefile b/net/netopeer2/Makefile index ac242eb6a5..c0a1cdcbed 100644 --- a/net/netopeer2/Makefile +++ b/net/netopeer2/Makefile @@ -112,7 +112,7 @@ define Package/netopeer2-server/install $(INSTALL_BIN) ./files/netopeer2-server.init $(1)/etc/init.d/netopeer2-server $(INSTALL_DIR) $(1)/usr/share/netopeer2-server - $(INSTALL_DATA) $(PKG_BUILD_ROOT)/server/stock_config.xml $(1)/usr/share/netopeer2-server + $(INSTALL_DATA) ./files/stock_config.xml $(1)/usr/share/netopeer2-server endef define Package/netopeer2-cli/install diff --git a/net/netopeer2/files/stock_config.xml b/net/netopeer2/files/stock_config.xml new file mode 100644 index 0000000000..45766846a2 --- /dev/null +++ b/net/netopeer2/files/stock_config.xml @@ -0,0 +1,17 @@ + + + + test_ssh_listen_endpt + +
::
+ 830 + + + test_ssh_listen_key + ssh_host_rsa_key + + +
+
+
+
-- 2.30.2