瀏覽代碼

add config save file

rufengsuixing 5 年之前
父節點
當前提交
7dfaf5ed01
共有 1 個文件被更改,包括 4 次插入0 次删除
  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