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 <itugrok@yahoo.com>
This commit is contained in:
parent
d5b0c46ece
commit
4819fc5e6e
|
@ -46,7 +46,7 @@ define Package/stubby/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stubby/conffiles
|
define Package/stubby/conffiles
|
||||||
/etc/stubby/stubby.yml
|
/etc/stubby/stubby.yml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stubby/install
|
define Package/stubby/install
|
||||||
|
|
Loading…
Reference in New Issue