发布时间:2015-08-13 10:28:18
url_redirect.c: #include #include #include #include #include #include #include #include #include #include #inc.........【阅读全文】
发布时间:2015-08-13 10:23:22
http://blog.csdn.net/manfeel/article/details/13096075以 u-boot_sources_for_tp-link_AR9331_by_pepe2k 为蓝本。将net目录下的Makefile、httpd.c 和 uip-0.9目录复制覆盖到mt7620目录,Makefile可以直接覆盖。最关键的文件是net.c,需要对照蓝本文件好好进行修改,大致修改的地方有这些:net.c的前.........【阅读全文】
发布时间:2015-08-13 10:20:13
本篇的主要目的是想通过分析Makefile,了解openwrt编译过程。着重关注以下几点:openwrt目录结构主Makefile的解析过程,各子目录的目标生成。kernel编译过程firmware的生成过程软件包的编译过程openwrt目录结构官方源下载速度太度,我从github上clone了openwrt的代码仓库。.........【阅读全文】