index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
net
/
mbusd
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Huangbin Zhan <zhanhb88@gmail.com>
2021-10-24 18:31:27 +0800
committer
Rosen Penev <rosenp@gmail.com>
2021-10-27 23:18:42 -0700
commit
94d57346fc7ce534d874e8155f9ec5cd51071fa6
(
patch
)
tree
941ca5ae781af04f3ac529431b858929b443eef1
/
net/mbusd
parent
3d66be420301bebd9cf7ee1ec26a1d08abe4a6b7
(
diff
)
treewide: add missing conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat
(limited to 'net/mbusd')
-rw-r--r--
net/mbusd/Makefile
4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mbusd/Makefile b/net/mbusd/Makefile
index 45f310483..856486aac 100644
--- a/
net/mbusd/Makefile
+++ b/
net/mbusd/Makefile
@@ -39,4 +39,8 @@ define Package/mbusd/install
$(INSTALL_BIN) ./files/mbusd.init $(1)/etc/init.d/mbusd
endef
+define Package/mbusd/conffiles
+/etc/config/mbusd
+endef
+
$(eval $(call BuildPackage,mbusd))