OpenWrt compiles

make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
make: *** [world] Error 1

<二,>,OpenWrt telnet

一般情况我们是直接使用ssh的,这个是dropbear采用的方式;其余的情况呢,我们采用的是telnetd,这个

1. 开启telnet需要修改login.sh脚本。 init.d脚本


telnetd -l /bin/ash 无需密码,直接登录

2. 开启密码登录需要其他的支持。login程序。


telnetd -l /bin/login.sh

默认当设置root账号密码后telnet就不可用了

http://www.williamlong.info/archives/3922.html

make -j1 V=s;

 

你可能感兴趣的:(compile)