diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-08-16 08:55:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 08:55:56 +0200 |
commit | 90a1af9fc7ae61f4c6d58594bf7965bc69fa2d63 (patch) | |
tree | c70f6b00bf120df102422c2c139f1c19414f0df2 | |
parent | 4d64125e9cdf3b894071e4b03345d80e3de0c703 (diff) | |
parent | 2305de5f2e529bb7591f5aac31557aff80ef39c4 (diff) |
Merge pull request #4709 from kdarbyshirebryant/nlbwmontweak
nlbwmon: preserve protocols mapping across sysupgrade
-rw-r--r-- | net/nlbwmon/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/nlbwmon/Makefile b/net/nlbwmon/Makefile index 009592ef8..9aa83d155 100644 --- a/net/nlbwmon/Makefile +++ b/net/nlbwmon/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nlbwmon -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/jow-/nlbwmon.git @@ -39,4 +39,9 @@ define Package/nlbwmon/install $(INSTALL_CONF) ./files/nlbwmon.config $(1)/etc/config/nlbwmon endef +define Package/nlbwmon/conffiles +/usr/share/nlbwmon/protocols +endef + + $(eval $(call BuildPackage,nlbwmon)) |