适配器的更新修改为使用ftp更新。所以需要在配对服务器,中转服务器上部署ftp服务.
选用vsftpd作为服务程序 1)Ubuntu 1)sudo apt-get install vsftpd 安装
2)查看 /etc/passwd 里ftp 目录为/srv/ftp 所以在此文件里放更新文件.
3)service vsftpd start 即可.
2)Rb433 由于opkg 路径下的vsftpd版本内核高,所以只能到openwrt source里下载原代码编译.
1)具体编译见code_change_for_rb433
主要步骤为1) change Makefile CC to mips-openwrt-gcc
vim vsf_findlibs.sh #**cap
make
2)scp vsftpd -->/use/sbin
vsftpd.conf -> /etc
3)mkdir /root/ftp //for ftp_file put
mkdir /usr/share/empty
4) change /usr/passwd ftp /root/ftp
5)vi /etc/rc.local /usr/sbin/vsftpd &
阅读(341) | 评论(0) | 转发(0) |