From: Chester A. Unal Date: Thu, 18 Jun 2026 14:35:43 +0000 (+0100) Subject: bsbf-openwrt-resources: do not reload firewall X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8522406a1cf7467f565084d47689263e40f90ba4;p=openwrt-packages.git bsbf-openwrt-resources: do not reload firewall Firewall will be reloaded when there's ifup so don't reload it. Signed-off-by: Chester A. Unal --- diff --git a/net/bsbf-openwrt-resources/Makefile b/net/bsbf-openwrt-resources/Makefile index 96793ca22..9fb845902 100644 --- a/net/bsbf-openwrt-resources/Makefile +++ b/net/bsbf-openwrt-resources/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bsbf-openwrt-resources -PKG_VERSION:=5 +PKG_VERSION:=6 PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Chester A. Unal diff --git a/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-cellular b/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-cellular index 462196b7d..b4c3b8585 100644 --- a/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-cellular +++ b/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-cellular @@ -66,5 +66,4 @@ fw_section=$(uci show firewall | grep "name='wan'" | cut -d. -f2) [ -n "$fw_section" ] && uci add_list firewall.$fw_section.network="wwan$index" uci commit -service firewall reload ifup wwan$index diff --git a/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-dhcp b/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-dhcp index fffeb4021..651f75ddb 100644 --- a/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-dhcp +++ b/net/bsbf-openwrt-resources/files/etc/hotplug.d/net/99-bsbf-autoconf-dhcp @@ -36,5 +36,4 @@ fw_section=$(uci show firewall | grep "name='wan'" | cut -d. -f2) [ -n "$fw_section" ] && uci add_list firewall.$fw_section.network="wan_$sec_name" uci commit -service firewall reload ifup wan_"$sec_name"