OpenWrt packages feed - GitHub
https://github.com/openwrt/packagesThis is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt. Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system. Usage
[OpenWrt Wiki] OpenWrt Feeds
openwrt.org › docs › guide-developerOpenWrt Feeds In OpenWrt, a “feed” is a collection of packages which share a common location. Feeds may reside on a remote server, in a version control system, on the local filesystem, or in any other location addressable by a single name (path/URL) over a protocol with a supported feed method.
OpenWRT实践5:Feeds安装本地源 - 知乎
https://zhuanlan.zhihu.com/p/114424172第一步:把本地源添加上去,可以直接代码添加. echo "src-link custom `pwd`/custom" >> openwrt/feeds.conf. 第二步:用feed直接安装上去. ./scripts/feeds update custom ./scripts/feeds install -p custom click ./scripts/feeds install -p custom openvswitch-common. 这样子修改过的Click和openvswitch就直接可以 ...