passwd
で root のパスワードを設定vim /etc/config/network
で ネットワークの設定を変更# config interface 'lan' を以下のようにする
config interface 'lan'
option proto 'static'
option ipaddr '192.168.1.254'
option netmask '255.255.255.0'
option ip6assign '60'
option gateway '192.168.1.1'
option device 'eth0'
option dns '192.168.1.1'
service network restart
これで ssh root@192.168.1.254
で OpenWrt にssh接続できるようになる