Skip to content

Commit

Permalink
修改readme,修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
luomoxu committed Apr 8, 2024
1 parent 36dda3f commit 0edc738
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zn-m2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo bash -c 'bash <(curl -s https://build-scripts.immortalwrt.eu.org/init_build_environment.sh)'
sudo bash -c 'bash <(curl -s https://github.com/immortalwrt/build-scripts/raw/master/init_build_environment.sh)'
sudo timedatectl set-timezone "$TZ"
git config --global user.email ${{ github.actor }}@users.noreply.github.com
git config --global user.name ${{ github.actor }}
Expand Down
55 changes: 12 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,16 @@
<div align="center">
<h1 align="center">
IPQ60xx||IPQ807x||MT798x 设备的 OpenWrt 固件发布页面
</h1>
<a href="/LICENSE">
<img src="https://img.shields.io/github/license/sdf8057/cloudbuild?style=flat&a=1" alt="">
</a>
<a href="https://github.com/sdf8057/cloudbuild/pulls">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="">
</a><a href="https://github.com/sdf8057/cloudbuild/issues/new">
<img src="https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=flat">
</a><a href="https://github.com/sdf8057/cloudbuild/releases">
<img src="https://img.shields.io/github/release/sdf8057/cloudbuild.svg?style=flat">
</a><a href="hhttps://github.com/sdf8057/cloudbuild/releases">
<img src="https://img.shields.io/github/downloads/sdf8057/cloudbuild/total?style=flat&?">
</a>
</div>
<br>
# 兆能ZN-M2 openwrt 无wifi 无USB 弱电箱专用
自用款固件 弱电箱专用 想用passwall 推荐内存512M以上 内核版本 4.4.60

## ipq6000固件特性:
0.默认后台地址192.168.100.1;默认后台密码password。
1.添加cpu温度、频率以及npu占用率显示。
2.修复nat环回功能失效bug。
3.cpu超频至1.6ghz,跑分2w+。
4.为360/和目等设备添加原厂无线校准文件。
5.支持在线安装软件,手动安装请确保插件使用lua语言编写。
6.释放保留内存,可用内存增加50m。
7.此页面发布的ipq6000固件不集成无线功能。
不包含自己用不上的wifi和USB支持 集成了少量自己用的上的软件

## 集成插件列表
luci-app-ssr-plus
luci-app-openclash
luci-app-ddns
luci-app-msd_lite
luci-app-wol
luci-app-upnp
luci-app-uhttpd
luci-app-cpufreq
luci-app-ipsec-vpnd
luci-app-openvpn-server
luci-app-zerotier
感谢大佬 sdf8057 的贡献 https://github.com/sdf8057/ipq6000

## 固件预览
![image](https://github.com/sdf8057/cloudbuild/blob/main/pic/overview.png)
自己从主干反向移植了 kmod-ipt-socket iptables-mod-socket (passwall 4.66-8+新增依赖) kmod-netlink-diag (passwall 4.70+新增的 singbox 的依赖)已合并到大佬的代码库

## 微信打赏
![image](https://github.com/sdf8057/cloudbuild/blob/main/pic/reward_qrcode.png)
会跟进passwall的更新

控制台地址`192.168.1.1` 默认密码`password`

uboot刷机用`openwrt-ipq60xx-generic-zn_m2-squashfs-nand-factory.ubi`

openwrt系统升级用`openwrt-ipq60xx-generic-zn_m2-squashfs-nand-factory.ubi`

0 comments on commit 0edc738

Please sign in to comment.