发布时间:2015-07-22 15:38:18
原文地址:http://blog.csdn.net/teddy99999/article/details/17203501第一次接触到openwrt,真是被毁三观啊,不要说makefile,连源代码在哪里都找不到,知道嵌入式系统水深,没想到迈出第一步就没过了脖子。好在旁边有人指点,直接在芯片厂商提供的既有代码上做二次开发,项目进展倒也完全满足了前期计划的目标。但是哥.........【阅读全文】
发布时间:2015-07-22 15:34:30
原文地址:http://wiki.openwrt.org/doc/devel/packagesOne of the things that we've attempted to do with OpenWrt's template system is make it incredibly easy to port software to OpenWrt. If you look at a typical package directory in OpenWrt you'll find two things:package/Makefile.........【阅读全文】
发布时间:2015-07-03 11:54:25
第一步:安装tftp服务
sudo apt-get install tftpd tftp openbsd-inetd......【阅读全文】
发布时间:2015-06-03 14:47:12
1. 增加用户: 可以手工直接修改 /etc/passwd, 增加一行: samba:x:102:100::/home/samba:#也可命令如下opkg updateopkg install shadow-useradduseradd -M sambauseradd: 增加用户, 命令的常用选项如下:-c comment:用户全名或描述。-d home-dir:指定用户主目录, 原目录必须存在.-e date:禁用账户的.........【阅读全文】