🔥 Sync 2026-06-21 03:09:38

This commit is contained in:
github-actions[bot]
2026-06-21 03:09:38 +08:00
parent 802271fa72
commit 4a4c312a8f
29 changed files with 867 additions and 191 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dae
PKG_VERSION:=2026.06.14
PKG_RELEASE:=9
PKG_RELEASE:=10
PKG_SOURCE:=dae-src-2026.06.14-fa89ea7197a5.tar.gz
PKG_SOURCE_URL:=https://github.com/kenzok8/openwrt-daede/releases/download/dae-src
@@ -128,6 +128,7 @@ define Package/dae/install
$(INSTALL_DIR) $(1)/etc/dae
$(INSTALL_CONF) $(PKG_BUILD_DIR)/example.dae $(1)/etc/dae/example.dae
$(SED) 's|^[[:space:]]*#lan_interface: docker0| lan_interface: br-lan|' $(1)/etc/dae/example.dae
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) $(CURDIR)/files/dae.config $(1)/etc/config/dae
+1 -1
View File
@@ -2,6 +2,6 @@
config dae 'config'
option enabled '0'
option config_file '/etc/dae/config.dae'
option lan_interface 'br-lan'
option log_maxbackups '1'
option log_maxsize '1'