ソースを参照

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