Browse Source

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>
lilik-openwrt-22.03
Tony Ambardar 6 years ago
committed by guidosarducci
parent
commit
4819fc5e6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/stubby/Makefile

+ 1
- 1
net/stubby/Makefile View File

@ -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


Loading…
Cancel
Save