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:
d5b0c46
)
stubby: fix config file definition
author
Tony Ambardar
<redacted>
Tue, 7 Aug 2018 09:04:42 +0000
(
02:04
-0700)
committer
guidosarducci
<redacted>
Mon, 24 Sep 2018 04:55:03 +0000
(21:55 -0700)
The config file /etc/stubby/stubby.yml is not registered properly and any
local changes are being overwritten on upgrade or reinstall.
Signed-off-by: Tony Ambardar <redacted>
net/stubby/Makefile
patch
|
blob
|
history
diff --git
a/net/stubby/Makefile
b/net/stubby/Makefile
index 6ff93162d86d1a5cf4748f18f6e2a1d303683314..f855a1e3713e7de9edc4773913385dbf9c0b9c80 100644
(file)
--- a/
net/stubby/Makefile
+++ b/
net/stubby/Makefile
@@
-46,7
+46,7
@@
define Package/stubby/description
endef
define Package/stubby/conffiles
-
/etc/stubby/stubby.yml
+/etc/stubby/stubby.yml
endef
define Package/stubby/install
git clone https://git.99rst.org/PROJECT