Forgive my poor english ...
First i read the document at:
download the TomatoSource_1_28.tar.bz2
Reference the README file in this package,i need the WRT54GL_v4.30.11_11_US.tgz,but i can't get it from linksys GPL code center,so i use the instead.
Follow the instructions in the README,but i enter some problems and i spend some time to fix them.
1.
-------------------------------error message start-------------------------------
auth.o: In function `check_passwd':
tomato/release/src/router/pppd/pppd/auth.c:972: undefined reference to `crypt'
auth.o: In function `plogin':
tomato/release/src/router/pppd/pppd/auth.c:1208: undefined reference to `crypt'
-------------------------------error message end-------------------------------
i reference the to change the tomato/release/src/router/pppd/pppd/Makefile.
2.
-------------------------------error message start-------------------------------
Unable to resolve stderr used by dropbearmulti
-------------------------------error message end-------------------------------
i fix it by:
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
阅读(2073) | 评论(0) | 转发(0) |