From 8d52cbc48129863bef8ebfec1fa7b6520fe5f250 Mon Sep 17 00:00:00 2001 From: licsber Date: Fri, 22 Mar 2024 10:51:33 +0800 Subject: [PATCH] add rs232/485 and firewall. --- openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config index 9b9d93e..4d233ae 100644 --- a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config +++ b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config @@ -71,3 +71,13 @@ CONFIG_PACKAGE_pppossh=y CONFIG_PACKAGE_gre=y CONFIG_PACKAGE_xl2tpd=y CONFIG_PACKAGE_comgt=y + +## CT + +# RS232/RS485 +CONFIG_PACKAGE_python3-pyserial=y + +# 中电安科 +CONFIG_PACKAGE_iptables-mod-nfqueue=y +CONFIG_PACKAGE_kmod-nfnetlink-queue=y +CONFIG_PACKAGE_kmod-br-netfilter=y