Reset wireless configuration

Hello,

I made lots of chnage on the wireless configuration and want to go to default values (SSID: Openwrt...).

Is there any command to do that?

Best regards.

1 Like
cd /etc/config
mv wireless /tmp
wifi config

use the original as a reference if needed

2 Likes

rm -r /etc/config/wireless
wifi config

1 Like

Thanks both!

That work.

Best regards.

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