Skip to content

Commit 09d4e16

Browse files
committed
xtables-wgobfs: fix error when using iptables 1.8.9
OpenWrt 23.05 comes with iptables 1.8.9, which changed the _init macro. Iptables shows error message such as `unknown option "--obfs"` when try to insert rules. This commit fixes it. Signed-off-by: Wei Chen <weichen302@gmail.com>
1 parent fe85720 commit 09d4e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/xtables-wgobfs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=xtables-wgobfs
9-
PKG_VERSION:=0.4.1
9+
PKG_VERSION:=0.4.2
1010
PKG_RELEASE:=1
1111

1212
PKG_BUILD_DIR:=$(BUILD_DIR)/xt_wgobfs-$(PKG_VERSION)
1313
PKG_SOURCE:=xt_wgobfs-$(PKG_VERSION).tar.xz
1414
PKG_SOURCE_URL:= https://github.com/infinet/xt_wgobfs/releases/download/v$(PKG_VERSION)/
15-
PKG_HASH:=5ea0e36ac96816e558132fdaa49746af53ab0f71c690baac6ca29e5561efe584
15+
PKG_HASH:=09fa493d8305e1fa3224a940cab607b1860a9b5d9d395615105c7009e2bec767
1616

1717
PKG_LICENSE:=GPL-2.0
1818
PKG_LICENSE_FILES:=COPYING

0 commit comments

Comments
 (0)