发布时间:2014-12-19 10:32:29
为了生成IPK文件,OpenWRT定制了一套自己的makefile规则.其目录位于软件源码目录之上.集成OpenWRT的非官方包之Makefile规则include $(TOPDIR)/rules.mk Name and release number of this package etc...PKG_NAME:=helloworld -- 软件包名字(和文件夹名称一样) PKG_VERSION:=1.0 -- 软件包版本 PKG_RELEASE:=1.........【阅读全文】
发布时间:2014-12-19 10:31:08
原文地址: http://blog.csdn.net/openme_openwrt/article/details/7348452Wiki导航:http://wiki.openwrt.org/doc/start编译OpenWRT0早期的openwrt编译文档:http://downloads.openwrt.org/docs/buildroot-documentation.html#about1工具链:http://wiki.openwrt.org/about/toolchain2编译.........【阅读全文】