Disable ipv6 in devices on openwrt 22.03.*

How to set this part (disable ipv6) through uci command in latest openwrt ?
It seems doesnt work like previous versions ?

Since you screenshotted wlan1, perhaps as a first suggestion - you'd first try setting it on the correct interface.

On the correct interface - add in /etc/config/network:

option ipv6 '0'

Reference: https://openwrt.org/docs/guide-user/base-system/basic-networking#options_valid_for_all_protocol_types

What previous version?