发布时间:2013-02-17 09:02:26
如果想更快捷的调试代码, 可以利用openwrt的交叉编译1. shell中如下命令export STAGING_DIR="~/OpenWrt-SDK-ar71xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2/staging_dir"2. hello.c, 代码如下:/*------------------------------------------------------------------------------------------openwrt之交叉.........【阅读全文】
发布时间:2012-12-24 14:23:53
#固件生成命令make image PROFILE=TLWR703 PACKAGES="luci librt libpthread libjpeg kmod-nls-utf8 kmod-fs-vfat kmod-i2c-core kmod-input-core kmod-usb-ohci kmod-usb-storage kmod-usb-storage-extras kmod-usb-uhci kmod-video-core kmod-video-uvc mjpg-streamer kmod-usb-hid kmod-hid kmod-input-evdev block-mount kmod......【阅读全文】
发布时间:2012-12-12 12:31:05
http://www.openwrt.org.cn/bbs/forum.php?mod=viewthread&tid=879原文地址:http://blog.3gcomet.com/article.asp?id=551详细了解mutt收发邮件,可以参考另外一篇文章:http://www.360doc.com/content/11/0530/22/419911_120592796.shtml1.安装mutt 和 msmtp# opkg update# opkg install mutt msmtp2.配置muttcat ./muttrc#如果发送中文乱码加上这个set charset="......【阅读全文】
发布时间:2012-12-11 09:24:22
opkg updateroot@OpenWrt:/tmp# opkg install aria2Installing aria2 (1.15.1-1) to root...Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/aria2_1.15.1-1_ar71xx.ipk.Multiple packages (libpthread and libpthread) providing same name marked HOLD or PREFER. Using latest.Installing li......【阅读全文】
发布时间:2012-12-07 11:36:26
Openwrt SDK是一个可再定位的,预编译好的OpenWrt工具链,适用于在不从头开始编译整个系统的前提下,针对一个特定平台交叉编译单个用户空间包。使用SDK的原因:为了保证二进制和特性兼容性,针对特定的发行版编译自定义软件编译更新版本的指定包文件使用自定义的补丁或者不同特性来重新编译已经存在的包.........【阅读全文】