Coder Social home page Coder Social logo

cloud-n1-openwrt's Introduction

云编译 N1 OpenWrt 固件

说明

  • 本项目使用 Github Actions 下载 LeanOpenwrt 源码仓库,进行云编译。
  • 本项目使用定时编译(北京时间每周日下午4点开始运行编译)及触发编译(更新 README.mdscript.shconfig.sh后可开始编译)两种方式。
  • 本项目编译固件适配斐讯 N1 盒子,如需刷机,可直接下载 releases 内固件。
  • 本项目编译配置如下:

添加编译(默认未勾选,自选!)

  • 修改架构适配斐讯 N1 盒子
    • Target System —— QEMU ARM Virtual Machine
    • Subtarget —— 64-bit ARM machines
  • luci-app-docker
  • luci-app-dockerman
  • luci-theme-opentomcat
  • luci-app-adguardhome
  • luci-app-amlogic

默认编译(默认勾选,未取消!)

  • luci-app-autoreboot
  • luci-app-filetransfer
  • luci-app-nlbwmon
  • luci-app-ssr-plus
    • Include ChinaDNS-NG
    • Include MosDNS
    • Include Shadowsocks Simple Obfs Plugin
    • Include ShadowsocksR Libev Client
  • luci-app-vlmcsd
  • luci-app-wol

强制编译(默认勾选,无法取消!)

  • luci-app-firewall

精简编译(默认勾选,取消!)

  • luci-app-accesscontrol
  • luci-app-arpbind
  • luci-app-ddns
  • Include rclone-webui
  • Include rclone-ng (another webui)
  • luci-app-turboacc
    • Include Flow Offload
    • Include Shortcut-FE CM
    • Include BBR CCA
    • Include Pdnsd
  • UnblockNeteaseMusic Golang Version
  • luci-app-upnp
  • luci-app-vsftpd

更新日志

  • 20240224 更新配置
  • 20231129 更新内核版本 6.1.63,删除失效的插件
  • 20231015 更新内核版本 6.1.57,集成 PassWall
  • 20231013 更新截图
  • 20231009 更新内核版本 6.1.56
  • 20230915 修正 Github Action 空间不足导致的打包失败,更新内核版本 6.1.52
  • 20230619 修正 Github Action 空间不足导致的打包失败,更新内核版本 6.1.34
  • 20230525 更新配置
  • 20230523 更新配置
  • 20230211 修正 set-output 有效性造成的编译错误,更新内核版本 6.1.10
  • 20230118 更新内核版本 6.1.6
  • 20221031 更新内核版本 6.0.6
  • 20220917 更新配置
  • 20220814 更新内核版本 5.19.1
  • 20220731 更新内核版本 5.18.15
  • 20220620 更新内核版本 5.18.5
  • 20220509 更新配置,更新内核版本 5.17.5
  • 20220428 添加自动打包命令,生成刷机固件
  • 20220427 更新配置,Release 默认保留3个
  • 20220426 更新依赖安装命令,更新配置
  • 20210827 更新配置,具体功能见截图
  • 20210210 修正源码更新造成的编译错误,集成 docker。脚本文件调整
  • 20201124 修正 set-env 有效性造成的编译错误
  • 20200926 修正 openclash 编译错误
  • 20200727 docker 兼容性造成编译错误,暂不集成

界面截图

N1_OpenWRT.png

感谢 ❤️

cloud-n1-openwrt's People

Contributors

huangqian8 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  avatar  avatar  avatar  avatar

cloud-n1-openwrt's Issues

固件如何后续更新的问题

感谢大佬。Linux kernel 6.0 已经EOL了,L大的最新代码爷支持到了6.1.5 LTS。涉及到更新的问题,是不是只能线刷?

大佬,可以指点一下如何启用firewall4吗?

用大雕的源码,编译homeproxy时,需要依赖firewall4,但大雕的是firewall,出现如下错误,要如何手动选择firewall4,

2023-11-19T13:13:40.1025914Z * check_data_file_clashes: Package firewall4 wants to install file /home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/build_dir/target-aarch64_generic_musl/root-armvirt/etc/hotplug.d/iface/20-firewall
2023-11-19T13:13:40.1027554Z Configuring libstdcpp6.
2023-11-19T13:13:40.1027972Z But that file is already provided by package * firewall
2023-11-19T13:13:40.1029285Z * check_data_file_clashes: Package firewall4 wants to install file /home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/build_dir/target-aarch64_generic_musl/root-armvirt/etc/init.d/firewall
2023-11-19T13:13:40.1030842Z But that file is already provided by package * firewall
2023-11-19T13:13:40.1032079Z * check_data_file_clashes: Package firewall4 wants to install file /home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/build_dir/target-aarch64_generic_musl/root-armvirt/sbin/fw3
2023-11-19T13:13:40.1033158Z But that file is already provided by package * firewall
2023-11-19T13:13:40.1033739Z * opkg_install_cmd: Cannot install package luci-app-homeproxy.
2023-11-19T13:13:40.1035228Z * check_data_file_clashes: Package firewall4 wants to install file /home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/build_dir/target-aarch64_generic_musl/root-armvirt/etc/hotplug.d/iface/20-firewall
2023-11-19T13:13:40.1036388Z But that file is already provided by package * firewall
2023-11-19T13:13:40.1037588Z * check_data_file_clashes: Package firewall4 wants to install file /home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/build_dir/target-aarch64_generic_musl/root-armvirt/etc/init.d/firewall
2023-11-19T13:13:40.1038648Z But that file is already provided by package * firewall
2023-11-19T13:13:40.1039779Z * check_data_file_clashes: Package firewall4 wants to install file /home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/build_dir/target-aarch64_generic_musl/root-armvirt/sbin/fw3
2023-11-19T13:13:40.1040782Z But that file is already provided by package * firewall
2023-11-19T13:13:40.1041240Z * opkg_install_cmd: Cannot install package firewall4.
2023-11-19T13:13:40.1041703Z make[2]: *** [package/Makefile:70: package/install] Error 255

大佬,我fork你的代码,编译出现错误

/home/runner/work/Cloud-N1-OpenWrt/Cloud-N1-OpenWrt/openwrt/include/toplevel.mk:118: recipe for target 'defconfig' failed
make: *** [defconfig] Error 1
Error: Process completed with exit code 2.

我只是加入了koolproxy
把adbyby换成luci-app-adblock-plus,,把luci-app-vssr换成password,

请大佬加两个插件!!!!

大佬能否增加晶晨宝盒或者文件传输插件?刚需啊!还有支持IPV6,就是接口协议中没有DHCPV6客户端,谢谢!!!

能否添加openclash

能否添加openclash 后期文件传输添加,一直报错,ssh添加对小白又不友好

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.