diff --git a/README.ja.md b/README.ja.md index ed281c4..2247118 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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 ``` ### 設定例 diff --git a/README.md b/README.md index 0094047..36e5817 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ OpenGFW has been tested to work on OpenWrt 23.05 (other versions should also wor Install the dependencies: ```shell +# For OpenWrt version 22.03 and later (nftables based firewall) opkg install kmod-nft-queue kmod-nf-conntrack-netlink + +# For OpenWrt versions prior to 22.03 (excluding 22.03, iptables based firewall) +opkg install kmod-ipt-nfqueue iptables-mod-nfqueue kmod-nf-conntrack-netlink ``` ### Example config diff --git a/README.zh.md b/README.zh.md index 0a5bb9c..4639e71 100644 --- a/README.zh.md +++ b/README.zh.md @@ -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 ``` ### 样例配置