Hi

I copied customized firewall file into:

./gl_imagebuilder/imagebuilder/3.1/openwrt-imagebuilder-ar71xx-generic_3.1/build_dir/target-mips_24kc_musl/root-ar71xx/etc/config/firewall 

I compiled

./gl_image --offline -c customize.json -p ondego 

(I used offline mode to be sure than nothing is replaced)

and extracted:

binwalk -e openwrt-ondego-3.027-0219_customize.bin

inside the package I can’t find any file firewall with similar content

$ find ./ -name “*firewall”
./S19firewall
./gl-firewall
./firewall
./20-firewall

being firewall file this code;

#!/bin/sh /etc/rc.common

START=19
USE_PROCD=1
QUIET=“”
etc…

Where is setting firewall openwrt?