[solved] No firewall rules after sysupgrade

Hi,
after sysupgrade (with -n Option) yesterday, i missing Firewall rules. There are only 3 chains: input, forward and output with chain policy ACCEPT and none rules.
File /etc/config/firewall exists and looking ok, but seems not loading.

Restart firewall with "/etc/init.d/firewall restart" gnerates following error:
"Error relocating /sbin/fw3: ubus_invoke: symbol not found"

My System: TPLink Archer c7 v2
root@lede:/etc/config# cat /etc/openwrt_release
DISTRIB_ID='LEDE'
DISTRIB_RELEASE='SNAPSHOT'
DISTRIB_REVISION='r3062-f784b3e'
DISTRIB_CODENAME='reboot'
DISTRIB_TARGET='ar71xx/generic'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='LEDE Reboot SNAPSHOT r3062-f784b3e'
DISTRIB_TAINTS='no-all'

This was my first sysupgrade. Is this my failure, or do i need some additional packages?

There is a problem with recent trunk builds, which causes those missing symbols. The 17.01 branch is not affected though (and includes LuCI) - you can grab images here.

Thanks! Is working now. :slight_smile: