Giter Site home page Giter Site logo

haiibo / openwrt-packages Goto Github PK

View Code? Open in Web Editor NEW
243.0 3.0 92.0 61.82 MB

常用 OpenWrt 软件包合集,定时自动更新,适用于 Lean 源码

License: GNU General Public License v3.0

Makefile 2.48% Shell 15.55% C 15.14% Lua 17.77% HTML 18.59% CSS 5.80% JavaScript 20.07% Python 3.63% Awk 0.07% Ruby 0.01% Dockerfile 0.01% Batchfile 0.01% Perl 0.03% Less 0.86%
lean lede openwrt openwrt-packages luci-app-adguardhome luci-app-wrtbwmon luci-app-dockerman luci-app luci-theme luci-app-eqos

openwrt-packages's Introduction

OpenWrt — 常用插件包合集

项目说明

  • OpenWrt 常用插件包源码合集,适用于 Lean 源码

  • 自动同步上游源码,一键拉取直接编译,不用再一个个找插件

  • SSR Plus+ 依赖全部同步在 helloworld 目录内,无需再额外拉取

  • PassWall 依赖全部同步在 openwrt-passwall 目录内,无需再额外拉取

  • 所有插件都为 GITHUB 上收集的开源插件,感谢作者们的付出

使用方法(以下二选一)

  1. 添加到 feeds.conf.default 文件
sed -i '1i src-git haibo https://github.com/haiibo/openwrt-packages' feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
  1. 在源码目录内直接拉取
git clone https://github.com/haiibo/openwrt-packages package/openwrt-packages
make menuconfig

插件说明

插件 说明
helloworld SSR Plus+ 插件依赖
openwrt-passwall PassWall 插件依赖
luci-app-adguardhome AdGuard Home 去广告
luci-app-advanced 系统高级设置
luci-app-aliddns 阿里云 DDNS 插件
luci-app-aliyundrive-fuse 阿里云盘 Fuse 服务
luci-app-aliyundrive-webdav 阿里云盘 WebDAV 服务
luci-app-amlogic 晶晨宝盒
luci-theme-argon 老竭力开发的 Argon 主题
luci-app-argon-config Argon 主题设置,需搭配 Argon 主题使用
luci-app-bypass Bypass 科学上网插件
luci-app-ddnsto DDNSTO 内网穿透
luci-app-dockerman Docker 图形化插件
luci-app-eqos IP 限速插件
luci-app-filebrowser 文件浏览器
luci-app-ikoolproxy iKoolProxy 滤广告
luci-app-mosdns DNS 分流解析与广告过滤
luci-app-netdata 中文版 Netdata 监控
luci-app-oaf 应用过滤
luci-app-onliner 在线用户
luci-app-openclash OpenClash 小猫咪科学上网插件
luci-app-passwall PassWall 科学上网插件
luci-app-passwall2 PassWall2 科学上网插件
luci-app-poweroff 关机
luci-app-pushbot 全能推送
luci-app-serverchan 微信推送
luci-app-smartdns SmartDNS DNS防污染
luci-app-ssr-plus SSR Plus+ 科学上网插件
luci-app-store iStore 应用商店
luci-app-unblockneteasemusic 解除网易云音乐播放限制
luci-app-vssr Hello World 科学上网插件
luci-app-wizard 设置向导
luci-app-wrtbwmon 流量监控

Stargazers Over Time

Stargazers Over Time

openwrt-packages's People

Contributors

github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

openwrt-packages's Issues

求喂饭

haiibo大佬:
既然都拿起勺子了, 能不能给喂到嘴里呢?

        新手有两个问题想请教:
        1. 树莓派4B应该刷哪里的固件, 才能适合您收集的这些插件?
        2. 这些插件应该clone到哪个目录下呢?

naiveproxy编译失败

WARNING: Makefile 'package/openwrt-packages/helloworld/naiveproxy/Makefile' has a build dependency on 'gn/host', which does not exist

我手工解决了,去源头https://github.com/fw876/helloworld 将里面的gn目录复制到openwrt-packages/helloworld目录下,重新编译成功

alist error

github.com/winfsp/cgofuse/fuse

../../../../../dl/go-mod-cache/github.com/winfsp/[email protected]/fuse/host_cgo.go:116:10: fatal error: fuse.h: No such file or directory
116 | #include <fuse.h>
| ^~~~~~~~
compilation terminated.

github.com/alist-org/alist/v3/internal/bootstrap
github.com/alist-org/alist/v3/cmd
github.com/alist-org/alist/v3

make[3]: *** [Makefile:102: /home/caixin/lede/build_dir/target-x86_64_musl/alist-3.11.0/.built] Error 2
make[3]: Leaving directory '/home/caixin/lede/feeds/kenzo/alist'
time: package/feeds/kenzo/alist/compile#206.58#33.45#743.46
ERROR: package/feeds/kenzo/alist failed to build.
make[2]: *** [package/Makefile:116: package/feeds/kenzo/alist/compile] Error 1
make[2]: Leaving directory '/home/caixin/lede'
make[1]: *** [package/Makefile:110: /home/caixin/lede/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/caixin/lede'
make: *** [/home/caixin/lede/include/toplevel.mk:231: world] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.