OpenWrt(LEDE)各种插件(源)连接下载


一、将以下内容加入到openwrt(lede)目录下feeds.conf.default(或feeds.conf)文件里

src-git lienol https://github.com/Lienol/openwrt-package 
src-git wifidog https://github.com/wifidog/wifidog-gateway.git
src-git kenzo https://github.com/kenzok8/openwrt-packages
src-git passwall https://github.com/xiaorouji/openwrt-passwall
# 添加 OpenAppFilter 应用过滤插件
git clone https://github.com/destan19/OpenAppFilter package/OpenAppFilter

二、更新下载安装插件

$ ./scripts/feeds clean
$ ./scripts/feeds update -a
$ ./scripts/feeds install -a

 

三、然后make menuconfig 进入编译菜单

$ make menuconfig 

参考:

https://www.jinbo123.com/7672.html

https://blog.csdn.net/fyh2003/article/details/44564219

https://www.moewah.com/archives/4003.html