将mypackages feed的package安装到OpenWRT系统中: ./scripts/feeds install -a -p mypackages 安装结果如下: package/feeds/mypackages/└── helloworld-> ../../../feeds/mypackages/examples/helloworld 4.3 配置并编译package make menuconfig选择helloworld,并保存配置: 编译helloworld: make package/feeds/myp...
./scripts/feeds update mypackages ./scripts/feeds install -a -p mypackages feeds系统会自动检测清单文件内的变化,并在需要时进行更新。 5. Building, deploying and testing your applicatin 为了将我们的包集成进来,运行make menuconfig并选中我们的包。在离开菜单之后运行下述命令编译我们的包: ...
forked fromrosemoon/openwrt-packages 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。 master 克隆/下载
tmp/.prereq_packages目标是对所需软件包的预处理。目标依赖于.config,即执行make menuconfig后将会进行一次所需软件包的预处理。不知什么原因在编译前删除tmp目录,执行时无法建立tmp/.prereq_packages文件。 prereq应该是预请求目标,在OpenWrt执行Makefile时好像都要先执行prereq目标。 prepare应该是准备目标,是world依赖...
./scripts/feeds update packages luci ./scripts/feeds install -a -p luci make menuconfig配置 配置uhttpd -> Network -> Web Servers/Proxies <*> uhttpd 配置uhttpd我们就可以看到luci的选项了。 配置luci选项 LuCI --> Collections --> < * > luci ...
TP-LINK TL-WR720N v4# 由于make image会下载需要的交叉编译环境,可以设置终端代理(根据自己的情况填入 host 和 port)$exporthttp_proxy=http://[host]:[port]$exporthttps_proxy=http://[host]:[port]# 使用以下命令编译$ make imagePROFILE="tl-wr720n-v4"PACKAGES="kmod-usb-storage kmod-fs-ext4 e2fsp...
sed -i '1i src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.defaultsed -i '2i src-git small https://github.com/kenzok8/small' feeds.conf.defaultgit pull./scripts/feeds update -a./scripts/feeds install -amake menuconfig ...
$ ./scripts/feeds update -a Updating feed 'packages' from 'https://github.com/openwrt/packages.git' ... Cloning into './feeds/packages'... fatal: Unable to find remote helper for 'https' failed. 可能是git仓库路径不对,将https替换成git就可以了。
sed -i '1i src-git haibo https://github.com/haiibo/openwrt-packages' feeds.conf.default./scripts/feeds update -a./scripts/feeds install -amake menuconfig 在源码目录内直接拉取 git clone https://github.com/haiibo/openwrt-packages package/openwrt-packagesmake menuconfig ...
现在查看openwrt/bin/brcm63xx/packages/packages目录,前面编译的aria2 1.18版本已经被清除掉了。 重新编译 makepackage/feeds/packages/aria2/install V=99 等待一段时间,编译完成 再进到openwrt/bin/brcm63xx/packages/packages,已经可以华丽丽地看到aria2_1.22.0-1_brcm63xx.ipk出现在里面了。