Xiaomi AX3600 AioT Error with telnet Patch BDATA method

hi everyone , recenlty got an AX3600 and tried installing openwrt , but got stuck at the telnet command

sed -i 's / channel =. * / channel = \ "debug \" / g' /etc/init.d/dropbear
/etc/init.d/dropbear start

when i try it i get :

sed: bad option in substitution expression

any help would be appreciated
thanks

do a
sed -i 's/channel=.*/channel="debug"/g' /etc/init.d/dropbear

i think in the wiki where added some unneeded blanks.

thank you for your help

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.