package/firewall: fix config typo

change Support-UDP-Traceroute rule from 'enabled false' to 'enabled 0'

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>

Link: https://github.com/openwrt/openwrt/pull/17133
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
Liangbin Lian 2024-12-01 12:45:34 +08:00 committed by John Crispin
parent 65a1c666f2
commit 3710323a46
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git

View File

@ -138,7 +138,7 @@ config rule
option proto udp
option family ipv4
option target REJECT
option enabled false
option enabled 0
# include a file with users custom iptables rules
config include