From: Tony Ambardar Date: Tue, 7 Aug 2018 09:04:42 +0000 (-0700) Subject: stubby: fix config file definition X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4819fc5e6e63551444af479054deb1556353b915;p=openwrt-packages.git stubby: fix config file definition 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 --- diff --git a/net/stubby/Makefile b/net/stubby/Makefile index 6ff93162d..f855a1e37 100644 --- 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