-
软件不定期同步大神库更新,适合一键下载到package目录下,用于openwrt编译
-
两位L大库里都删除了某软件,作为搬运工,passwall的依赖一并找齐了
1、 lede/package$下运行 或者openwrt/package$下运行
git clone https://github.com/kenzok8/openwrt-packages.git
2、 或者添加下面代码到 openwrt 或lede源码根目录feeds.conf.default文件
src-git kenzo https://github.com/kenzok8/openwrt-packages
3、 passwall依赖
src-git small https://github.com/kenzok8/small
- openwrt 固件编译自定义主题与软件
- luci-app-bypass ------------------bypass软件
- luci-app-dnsfilter ------------------基于DNS的广告过滤
- luci-app-openclash ------------------openclash图形
- luci-app-advancedsetting ------------------系统高级设置
- luci-theme-ifit ------------------透明主题(适配18.06修复主机名错误)
- luci-theme-atmaterial ------------------atmaterial 三合一主题(适配18.06)
- luci-app-aliddns ------------------阿里云ddns
- luci-app-eqos ------------------依IP地址限速
- luci-app-gost ------------------隐蔽的https代理
- luci-app-adguardhome ------------------去广告
- luci-app-smartdns ------------------smartdns防污染
- luci-app-passwall ------------------Lienol大神
- luci-theme-argon_new ------------------二合蓝 紫主题
- luci-app-ssr-plus ------------------Lean大神
- luci-theme-opentomcat ------------------修复主机名错误(适配18.06)
- luci-theme-opentomato ------------------修复主机名错误(适配18.06)
*lean等源码编译bypass前请先执行
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}
- Lean大近期修改源码后,主题适配!