From 4819fc5e6e63551444af479054deb1556353b915 Mon Sep 17 00:00:00 2001 From: Tony Ambardar Date: Tue, 7 Aug 2018 02:04:42 -0700 Subject: [PATCH] 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 --- net/stubby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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