Firewall will be reloaded when there's ifup so don't reload it.
Signed-off-by: Chester A. Unal <redacted>
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 <chester.a.unal@arinc9.com>
[ -n "$fw_section" ] && uci add_list firewall.$fw_section.network="wwan$index"
uci commit
-service firewall reload
ifup wwan$index
[ -n "$fw_section" ] && uci add_list firewall.$fw_section.network="wan_$sec_name"
uci commit
-service firewall reload
ifup wan_"$sec_name"