Giter Site home page Giter Site logo

wanybin / openwrt-package Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 281677160/openwrt-package

0.0 0.0 0.0 903.52 MB

各类第三方插件同步更新

Home Page: https://github.com/281677160/build-openwrt

License: MIT License

Makefile 2.43% Lua 11.95% HTML 30.79% Shell 11.22% CSS 5.61% JavaScript 26.59% C 10.23% M4 0.01% C++ 0.01% Less 1.12% Awk 0.05%

openwrt-package's Introduction

分支[master]的为lede源码专用,分支[19.07]的为lienol源码专用,分支[project-18.06]的为project源码专用

添加以下插件
luci-theme-rosy     #主题-rosy
luci-theme-edge     #主题-edge
luci-theme-opentomcat     #主题-opentomcat
luci-theme-opentopd     #主题-opentopd
luci-theme-atmaterial     #atmaterial-主题
luci-theme-rosy     #主题-rosy
luci-theme-infinityfreedom     #透明主题
luci-app-openclash     #openclash 出国软件
luci-app-clash     #clash 出国软件
luci-app-serverchan     #微信推送
luci-app-eqos     #内网控速 内网IP限速工具
luci-app-jd-dailybonus     #京东签到
luci-app-passwall     #passwall 出国软件
luci-app-poweroff     #关机(增加关机功能)
luci-theme-argon     #新的argon主题
luci-app-argon-config     #argon主题设置(编译时候选上,在固件的‘系统’里面)
luci-app-k3screenctrl     #k3屏幕,k3路由器专用
luci-app-koolproxyR     #广告过滤大师 plus+ ,慎用,不懂的话,打开就没网络了
luci-app-oaf (OpenAppFilter)     #应用过滤 ,该模块只工作在路由模式, 旁路模式、桥模式不生效,还有和Turbo ACC 网络加速有冲突
luci-app-ssr-plus     #shadowsocksR Puls+ 出国软件
luci-app-vssr     #Hello World 也叫彩旗飘飘 出国软件
luci-app-gost     #GO语言实现的安全隧道
luci-app-cpulimit     #CPU性能限制
luci-app-wrtbwmon-zhcn     #流量统计,替代luci-app-wrtbwmon,在固件状态栏显示,不能同时编译
luci-app-autopoweroff     #定时自动关机,替代luci-app-autoreboot,不能同时编译
luci-app-control-webrestriction     #访问限制
luci-app-control-weburl     #网址过滤
luci-app-modeminfo     #OpenWrt LuCi的3G / LTE加密狗信息
luci-app-gowebdav     #GoWebDav 是一个轻巧、简单、快速的 WebDav 服务端程序
luci-app-smartinfo     #磁盘监控 ,该工具帮助您通过S.M.A.R.T技术来监控您硬盘的健康状况
luci-app-pptp-vpnserver-manyusers     #PPTP VPN 服务器
luci-app-smartdns     #smartdns DNS加速
luci-app-mentohust     #MentoHUST 的 LuCI 控制界面
luci-app-adguardhome     #adguardhome
luci-app-dockerman     #docker容器,和源码自带的luci-app-docker不能同时编译,同时编译会失败,所以要注意
luci-app-syncthing     #Syncthing是一个连续的文件同步程序。它在两台或多台计算机之间同步文件

  • 编译luci-app-advanced时候自动带上luci-app-filebrowser ,高级设置+文件浏览器(文件管理),所以luci-app-advanced和luci-app-filebrowser不能同时编译,只能二选一

  • luci-app-samba 和 luci-app-samba4 不能同时编译,同时编译会失败

  • 想选择luci-app-samba4,首先在Extra packages ---> 把autosamba取消,在选择插件的那里把luci-app-samba取消,然后在Network ---> 把 samba36-server取消,最后选择luci-app-samba4,记得顺序别搞错

  • luci-app-dockerman 和 luci-app-docker 不能同时编译,同时编译会失败

  • 编译luci-app-dockerman或者luci-app-docker,首先要在Global build settings ---> Enable IPv6 support in packages (NEW)(选上)

写入emmc方法
  • 1、编译完成之后解压出.img文件,使用【balenaEtcher】把镜像写入U盘在盒子上启动,之后用固件里的ttyd(命令窗)或者SSH执行 n1-install 命令,即可把固件安装到 emmc
  • 2、如果本来就是openwrt的,将固件上传到 /tmp/upgrade( xxx.img ),之后执行 n1-update 即可从该固件升级
  • 3、这是我根据作者描述个人理解为这样的,我没N1盒子没办法测试,有谁测试过的什么情况请告知
  • 4、写盘工具推荐使用Etcher

如果还是没有你需要的插件,请不要一下子就拉取别人的插件包
相同的文件都拉一起,因为有一些可能还是其他大神修改过的容易造成编译错误的
想要什么插件就单独的拉取什么插件就好,或者告诉我,我把插件放我的插件包就行了

感谢各位大神的源码,openwrt有各位大神而精彩,感谢!感谢!,插件每天白天12点跟晚上12点都同步一次各位大神的源码!

请不要Fork此仓库,你Fork后,插件不会自动根据作者更新而更新!!!!!!!!!!!

openwrt-package's People

Contributors

github-actions[bot] avatar 281677160 avatar

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.