From 82bc25b072f244253f4d80f69b935c1633fb0f39 Mon Sep 17 00:00:00 2001 From: licsber Date: Tue, 12 Mar 2024 22:42:57 +0800 Subject: [PATCH] add NR support. --- .../lede/ct6-x86/openwrt.lede.ct6.x86.config | 9 ++++ openwrt/lede/x86/openwrt.lede.x86.config | 44 +++++++++++++++++ openwrt/lede/x86/openwrt.lede.x86.config.bak | 49 ------------------- 3 files changed, 53 insertions(+), 49 deletions(-) delete mode 100644 openwrt/lede/x86/openwrt.lede.x86.config.bak diff --git a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config index e1e8c23..f93a626 100644 --- a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config +++ b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config @@ -24,3 +24,12 @@ CONFIG_PACKAGE_rsync=y CONFIG_PACKAGE_usb-modeswitch=y # MBIM CONFIG_PACKAGE_umbim=y +# NCM +CONFIG_PACKAGE_luci-proto-ncm=y +CONFIG_PACKAGE_kmod-mii=y +# RNDIS +CONFIG_PACKAGE_kmod-usb-net-rndis=y +# Queltel Qmi +CONFIG_PACKAGE_luci-proto-qmi=y +# Quectel +CONFIG_PACKAGE_quectel-CM-5G=y diff --git a/openwrt/lede/x86/openwrt.lede.x86.config b/openwrt/lede/x86/openwrt.lede.x86.config index bd64a32..339dc3d 100644 --- a/openwrt/lede/x86/openwrt.lede.x86.config +++ b/openwrt/lede/x86/openwrt.lede.x86.config @@ -27,3 +27,47 @@ CONFIG_PACKAGE_rsync=y CONFIG_PACKAGE_luci-app-mwan3=y CONFIG_PACKAGE_luci-app-mwan3helper=y CONFIG_PACKAGE_luci-app-syncdial=y + +# 来点5G当备份链路 +CONFIG_PACKAGE_usb-modeswitch=y +# MBIM +CONFIG_PACKAGE_umbim=y +# NCM +CONFIG_PACKAGE_luci-proto-ncm=y +CONFIG_PACKAGE_kmod-mii=y +# RNDIS +CONFIG_PACKAGE_kmod-usb-net-rndis=y +# Queltel Qmi +CONFIG_PACKAGE_luci-proto-qmi=y +# Quectel +CONFIG_PACKAGE_quectel-CM-5G=y + +# 不支持Python的路由器不是好路由器 +CONFIG_PACKAGE_python3-pip=y +CONFIG_PACKAGE_python3-requests=y +CONFIG_PACKAGE_python3-speedtest-cli=y + +# Python都有了 再来个Go不过分 +CONFIG_PACKAGE_golang=y + +# DDNS yyds +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y + +# 花里胡哨的图表最喜欢啦 +CONFIG_PACKAGE_luci-app-netdata=y + +# 我最喜欢的小工具 +CONFIG_PACKAGE_luci-app-socat=y + +# OVPN最好用 不接受反驳 +CONFIG_PACKAGE_luci-app-openvpn-server=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.bak b/openwrt/lede/x86/openwrt.lede.x86.config.bak deleted file mode 100644 index 63864fd..0000000 --- a/openwrt/lede/x86/openwrt.lede.x86.config.bak +++ /dev/null @@ -1,49 +0,0 @@ -# 不支持Python的路由器不是好路由器 -CONFIG_PACKAGE_python3-pip=y -CONFIG_PACKAGE_python3-requests=y -CONFIG_PACKAGE_python3-speedtest-cli=y - -# Python都有了 再来个Go不过分 -CONFIG_PACKAGE_golang=y - -# DDNS yyds -CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y - -# 花里胡哨的图表最喜欢啦 -CONFIG_PACKAGE_luci-app-netdata=y - -# 我最喜欢的小工具 -CONFIG_PACKAGE_luci-app-socat=y - -# OVPN最好用 不接受反驳 -CONFIG_PACKAGE_luci-app-openvpn-server=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 - -# 来点5G当备份链路 -CONFIG_PACKAGE_usb-modeswitch=y -# NCM5 -CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=y -CONFIG_PACKAGE_luci-proto-ncm=y -# 高通 -CONFIG_PACKAGE_quectel-CM-5G=y -CONFIG_PACKAGE_uqmi=y -CONFIG_PACKAGE_luci-proto-qmi=y -CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y -# RNDIS -CONFIG_PACKAGE_kmod-usb-net-rndis=y -CONFIG_PACKAGE_kmod-mii=y -CONFIG_PACKAGE_kmod-usb-net=y -CONFIG_PACKAGE_kmod-usb-wdm=y -CONFIG_PACKAGE_umbim=y -CONFIG_PACKAGE_kmod-usb-serial=y -CONFIG_PACKAGE_kmod-usb-serial-wwan=y -CONFIG_PACKAGE_kmod-usb-serial-option=y