docs: instruction for OpenWrt 22.02 or earlier

This commit is contained in:
Haruue
2024-03-09 21:31:39 +08:00
parent 1dce82745d
commit e77c2fabea
3 changed files with 12 additions and 0 deletions

View File

@@ -62,7 +62,11 @@ OpenGFW 在 OpenWrt 23.05 上测试可用(其他版本应该也可以,暂时
安装依赖:
```shell
# 对于 22.03 或者之后的版本(基于 nftables 的防火墙)
opkg install kmod-nft-queue kmod-nf-conntrack-netlink
# 对于 22.03 之前的版本(不包括 22.03 基于 iptables 的防火墙)
opkg install kmod-ipt-nfqueue iptables-mod-nfqueue kmod-nf-conntrack-netlink
```
### 样例配置