base-fix: add fix-firewall-zone-limit and fix-network-devices
fix-firewall-zone-limit
Since OpenWrt 21.02, firewall zone name can be only 11 characters long. If the firewall zone name exceeds more than 11 characters, then it is ignored.
This make sure that all zone names are limited to 11 characters.
Package fix-firewall-zone-limit was added in 3c4ffcbe96c6326d8ba1d4dd4560901506d9aecb ("fix: add fix for firewall zone limit") located in turris-os-packages repository
Fixes: build#367 (closed)
fix-network-devices
OpenWrt version 21.02 introduced a new way, how to configure network devices. They introduced new configuration syntax, so it is possible to configure layer 2 and layer 3. [1]
This is related to added package fix-network-devices in turris-os-packages repository [2]
cc: @sborek