git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f524a0a
)
nlbwmon: add procd reload trigger for nlbwmon config
author
Richard Yu
<redacted>
Mon, 9 Dec 2019 12:23:29 +0000
(20:23 +0800)
committer
Richard Yu
<redacted>
Mon, 9 Dec 2019 12:28:11 +0000
(20:28 +0800)
Signed-off-by: Richard Yu <redacted>
net/nlbwmon/Makefile
patch
|
blob
|
history
net/nlbwmon/files/nlbwmon.init
patch
|
blob
|
history
diff --git
a/net/nlbwmon/Makefile
b/net/nlbwmon/Makefile
index a13c4aae42a52b5a1800bf451221ef3b84bc89bf..0778d7bb40d64744c9b854730bde9b975785d101 100644
(file)
--- 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
diff --git
a/net/nlbwmon/files/nlbwmon.init
b/net/nlbwmon/files/nlbwmon.init
index 15ab5a11879295a55bd593fef8f4530b7100b682..7d8a655cbda62e76a305ff815ca3ec9f0eabaa50 100755
(executable)
--- a/
net/nlbwmon/files/nlbwmon.init
+++ b/
net/nlbwmon/files/nlbwmon.init
@@
-99,7
+99,7
@@
add_interface_trigger() {
}
service_triggers() {
- procd_add_reload_trigger "dhcp" "system"
+ procd_add_reload_trigger "dhcp" "system"
"nlbwmon"
config_load dhcp
config_foreach add_interface_trigger dhcp
git clone https://git.99rst.org/PROJECT