From a9b10ea1e8dbc2d5db13cdc860c7361177115b55 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 24 Jan 2026 22:04:10 -0500 Subject: [PATCH] Remove legacy firewall from AP --- profiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles b/profiles index 123a6db..9dea664 100644 --- a/profiles +++ b/profiles @@ -104,7 +104,8 @@ declare -Ag w1700k_ap=( [filesystem]="squashfs" [release]="snapshot" [packages]="${default_packages[*]} \ - -dnsmasq -odhcpd-ipv6only -nftables -firewall4 tailscale" + -dnsmasq -odhcpd-ipv6only -nftables -firewall4 -firewall \ + tailscale" [branches]="https://github.com/OpenWRT-fanboy/OpenW1700k.git@minimal" )