Skip to content

Commit 3b142a3

Browse files
committed
immortalwrt: add dae daed packages
1 parent 4a112bd commit 3b142a3

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

config/seed/immortalwrt_seed.config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,18 @@ CONFIG_PACKAGE_WECHATPUSH_Enable_Host_Information_Detection=y
237237
CONFIG_PACKAGE_luci-app-wol=y
238238
CONFIG_PACKAGE_luci-app-zerotier=y
239239

240+
CONFIG_KERNEL_XDP_SOCKETS=y
241+
CONFIG_NEED_BPF_TOOLCHAIN=y
242+
CONFIG_USE_LLVM_BUILD=y
243+
CONFIG_PACKAGE_luci-app-dae=y
244+
CONFIG_PACKAGE_luci-app-daed=y
245+
CONFIG_PACKAGE_dae=y
246+
CONFIG_PACKAGE_dae-geoip=y
247+
CONFIG_PACKAGE_dae-geosite=y
248+
CONFIG_PACKAGE_daed=y
249+
CONFIG_PACKAGE_daed-geoip=y
250+
CONFIG_PACKAGE_daed-geosite=y
251+
240252
CONFIG_PACKAGE_luci-theme-argon=y
241253
CONFIG_PACKAGE_luci-theme-bootstrap=y
242254
CONFIG_PACKAGE_luci-theme-material=y

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Selected plug-in configuration, covering common functions such as network accele
104104
### 📡 Network and Agent
105105
```
106106
CONFIG_PACKAGE_luci-app-adguardhome=y
107+
CONFIG_PACKAGE_luci-app-dae=y (only immortalwrt)
108+
CONFIG_PACKAGE_luci-app-daed=y (only immortalwrt)
107109
CONFIG_PACKAGE_luci-app-ddns-go=y
108110
CONFIG_PACKAGE_luci-app-homeproxy=y
109111
CONFIG_PACKAGE_luci-app-mosdns=y

docs/README_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
### 📡 网络与代理
103103
```
104104
CONFIG_PACKAGE_luci-app-adguardhome=y
105+
CONFIG_PACKAGE_luci-app-dae=y (only immortalwrt)
106+
CONFIG_PACKAGE_luci-app-daed=y (only immortalwrt)
105107
CONFIG_PACKAGE_luci-app-ddns-go=y
106108
CONFIG_PACKAGE_luci-app-homeproxy=y
107109
CONFIG_PACKAGE_luci-app-mosdns=y

0 commit comments

Comments
 (0)