From 6ae9a37dfcfa32607f24e2365008e4debf822347 Mon Sep 17 00:00:00 2001 From: licsber Date: Sat, 16 Mar 2024 12:04:24 +0800 Subject: [PATCH] add deps. --- .../lede/ct6-x86/openwrt.lede.ct6.x86.config | 18 ++++++++++++++++++ openwrt/lede/x86/openwrt.lede.x86.config | 2 ++ 2 files changed, 20 insertions(+) diff --git a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config index 46b95af..a5deb4a 100644 --- a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config +++ b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config @@ -17,6 +17,9 @@ CONFIG_PACKAGE_docker-compose=y # 后台执行 CONFIG_PACKAGE_screen=y +# 机械盘挂载 +CONFIG_PACKAGE_luci-app-hd-idle=y + # 文件转移 CONFIG_PACKAGE_rsync=y @@ -31,6 +34,8 @@ CONFIG_PACKAGE_luci-app-serverchan=y # 支援5G CONFIG_PACKAGE_usb-modeswitch=y +# ECM +CONFIG_PACKAGE_luci-proto-ncm=y # MBIM Qmi CONFIG_PACKAGE_luci-proto-mbim=y CONFIG_PACKAGE_umbim=y @@ -50,3 +55,16 @@ CONFIG_PACKAGE_python3-speedtest-cli=y # Python都有了 再来个Go不过分 CONFIG_PACKAGE_golang=y + +# 花里胡哨的图表最喜欢啦 +CONFIG_PACKAGE_luci-app-netdata=y + +# 路由器爆炸提醒 +CONFIG_PACKAGE_luci-app-serverchan=y + +# 路由器! +CONFIG_PACKAGE_vxlan=y +CONFIG_PACKAGE_pppossh=y +CONFIG_PACKAGE_gre=y +CONFIG_PACKAGE_xl2tpd=y +CONFIG_PACKAGE_comgt=y diff --git a/openwrt/lede/x86/openwrt.lede.x86.config b/openwrt/lede/x86/openwrt.lede.x86.config index 2939733..e4f2e7e 100644 --- a/openwrt/lede/x86/openwrt.lede.x86.config +++ b/openwrt/lede/x86/openwrt.lede.x86.config @@ -50,6 +50,8 @@ CONFIG_PCRE2_JIT_ENABLED=y # 来点5G当备份链路 CONFIG_PACKAGE_usb-modeswitch=y CONFIG_PACKAGE_modemmanager=y +# ECM +CONFIG_PACKAGE_luci-proto-ncm=y # MBIM Qmi CONFIG_PACKAGE_luci-proto-mbim=y CONFIG_PACKAGE_umbim=y