TP-Link ArcherC20 dhcp in relayd not work

Hi everyone....
I have such a problem, I have TP-Link ArcherC20v1. I made a wireless bridge and DHCP does not work ;( the second c60 router has the same configuration and works and c20 won't ...
I suspect that this is a bigger problem. In c20 there is a mediatek mt7620 processor.
I tried various versions of 18.04, 18.06, 19.07.0, 19.07.6 but unfortunately it doesn't work on any of them ...

if I set a static address on the phone,pc it connects without a problem ...

I'm pasting the configs that I changed

wireless:

config wifi-iface 'wifinet2'
	option ssid 'WIFI REPEATER'
	option device 'radio0'
	option mode 'ap'
	option network 'lan'
	option encryption 'none'

config wifi-iface 'radio1_WIFI_TEST_'
	option network 'trm_wwan'
	option device 'radio0'
	option mode 'sta'
	option ssid 'WIFI TEST'
	option encryption 'none'
	option disabled '0'

network

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0.1'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'trm_wwan'
	option proto 'static'
	option ipaddr '192.168.0.100'
	option netmask '255.255.255.0'
	option gateway '192.168.0.1'

config interface 'bridge'
	option proto 'relay'
	option network 'lan trm_wwan'
	option ipaddr '192.168.0.100'

firewall

config zone
	option name		lan
	list   network		'lan'
	option input		ACCEPT
	option output		ACCEPT
	option forward		ACCEPT
	option network 'lan bridge trm_wwan'

config zone
	option name		wan
	list   network		'wan'
	list   network		'wan6'
	option input		REJECT
	option output		ACCEPT
	option forward		REJECT
	option network 'wan wan6 wwan trm_wwan'

dhcp

config dhcp 'lan'
	option interface 'lan'
	option ignore '1'

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'

Thank you in advance for your professional help.