Browse Source

add config save file

rufengsuixing 5 years ago
parent
commit
7dfaf5ed01
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -32,6 +32,10 @@ endef
 define Build/Compile
 endef
 
+define Package/luci-app-adguardhome/conffiles
+/etc/AdGuardHome.yaml
+endef
+
 define Package/luci-app-adguardhome/install
     $(INSTALL_DIR) $(1)/usr/lib/lua/luci
 	cp -pR ./luasrc/* $(1)/usr/lib/lua/luci