kiddin9 / OpenWrt_x86-r2s-r4s-r5s-N1

一分钟在线定制编译 X86/64, NanoPi R2S R4S R5S R6S, 斐讯 Phicomm N1 K2P, 树莓派 Raspberry Pi, 香橙派 Orange Pi, 红米AX6, 小米AX3600, 小米AX9000, 红米AX6S 小米AX3200, 红米AC2100, 华硕ASUS, 网件NETGEAR 等主流软硬路由
https://openwrt.ai
MIT License
7.22k stars 2.86k forks source link

rc4的firewall4的依赖有变,少几个包,造成BYPASS不能工作 #1561

Open gxhunter1982 opened 9 months ago

gxhunter1982 commented 9 months ago

近期rc4版选择fw4定制后(非fw4未尝试),bypass启动时提示不能打开防火墙 后发现,是缺一些组件

rc3 Package: firewall4 Version: 2023-03-23-04a06bd7-21 Depends: ucode (>= 2022-03-22), libc, kmod-nft-core, kmod-nft-fib, kmod-nft-offload, kmod-nft-nat, nftables-json, ucode, ucode-mod-fs, ucode-mod-ubus, ucode-mod-uci, kmod-nft-fullcone, iptables-nft, ip6tables-nft, arptables-nft, ebtables-nft, xtables-nft, miniupnpd-nftables

rc4 Package: firewall4 Version: 2023-03-23-04a06bd7-1 Depends: ucode (>= 2022-03-22), libc, kmod-nft-core, kmod-nft-fib, kmod-nft-offload, kmod-nft-nat, nftables-json, ucode, ucode-mod-fs, ucode-mod-ubus, ucode-mod-uci

缺几个包, kmod-nft-fullcone, iptables-nft, ip6tables-nft, arptables-nft, ebtables-nft, xtables-nft, miniupnpd-nftables 把这几个包重新定制进去就OK了