| ActionStatus |
|---|
- 默认地址:
10.10.0.253 - 默认账户:
root - 默认密码:
无
移除一系列下载工具
| 名称 | 类型 | 简介 | 源码地址 |
|---|---|---|---|
| SSRP(Xray内核) | 插件 | Lean源码的亲儿子,评测说效率最高 | https://github.com/fw876/helloworld |
| PassWall | 插件 | 一款功能强大的科学工具 | https://github.com/xiaorouji/openwrt-passwall |
| PassWall2 | 插件 | 一款功能强大的科学工具 | https://github.com/xiaorouji/openwrt-passwall2 |
| DockerMan | 插件 | OP上玩Docker的必备插件 | https://github.com/lisaac/luci-app-dockerman |
| 新版argon主题 | 主题 | 十分漂亮的OP主题 | https://github.com/jerrykuku/luci-theme-argon |
| Argon Config | 插件 | 新版argon主题的设置插件 | https://github.com/jerrykuku/luci-app-argon-config |
| AdguardHome | 插件 | 屏蔽广告插件 | https://github.com/rufengsuixing/luci-app-adguardhome.git |
| 广告屏蔽大师Plus+ | 插件 | 屏蔽广告插件 | lean code source |
| 京东签到 | 插件 | 白嫖京豆插件 | lean code source |
| PushPlus全能推送 | 插件 | 钉钉、企业微信推送、Bark、PushPlus各种推送 | https://github.com/zzsj0928/luci-app-pushbot |
| 网易云音乐Unlock | 插件 | 周杰伦出现在网易云音乐 | lean code source |
| UU加速器 | 插件 | 土豪玩家必备插件,加速PS5 Switch等 | lean code source |
| FRP | 插件 | 内网穿透 | lean code source |
| MWAN3 | 插件 | 多线的负载均衡 | lean code source |
| OpenVPN Server | 服务 | OpenVPN服务端 | lean code source |
| PPTP VPN Server | 服务 | PPTP VPN服务端 | lean code source |
| IPSec VPN Server | 服务 | IPSec VPN服务端 | lean code source |
| ZeroTier | 插件 | 内网穿透工具 | lean code source |
| 多线多播 | 插件 | 多线多播工具 | lean code source |
| Turbo ACC | 插件 | 网络加速器 | lean code source |
| vim | 工具 | Linux 系统上一款文本编辑器,它是操作Linux 的一款利器 | lean code source |
| nano | 工具 | 比vi/vim要简单得多,比较适合Linux初学者使用 | lean code source |
| Openssh-sftp-server | 服务 | sshd内置的SFTP服务器 | lean code source |
| 适用平台 | KERNEL大小 | ROOTFS大小 | 地址 |
|---|---|---|---|
| X86平台 | 128Mb | 1024Mb | https://github.com/smallprogram/OpenWrtAction/blob/main/config/X86.config |
| Pi4_Model_B | 128Mb | 1024Mb | https://github.com/smallprogram/OpenWrtAction/blob/main/config/Pi4_Model_B.config |
| R5S软路由 | 128Mb | 1024Mb | https://github.com/smallprogram/OpenWrtAction/blob/main/config/R5S.config |
| R4S软路由 | 128Mb | 1024Mb | https://github.com/smallprogram/OpenWrtAction/blob/main/config/R4S.config |
| R2S软路由 | 128Mb | 1024Mb | https://github.com/smallprogram/OpenWrtAction/blob/main/config/R2S.config |
| R2C软路由 | 128Mb | 1024Mb | https://github.com/smallprogram/OpenWrtAction/blob/main/config/R2C.config |
运行前请确保你的编译环境已经安装Lean源码中要求的编译环境,并且使用非root用户执行。如果未满足Lean源码编译环境要求,请执行如下命令:
sudo apt update -y
sudo apt full-upgrade -y
sudo apt install -y ack antlr3 aria2 asciidoc autoconf automake autopoint binutils bison build-essential \
bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev \
libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz \
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils \
rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-devcd /home/$USER && (if [ ! -d "/home/$USER/OpenWrtAction" ]; then git clone https://github.com/smallprogram/OpenWrtAction.git; else cd /home/$USER/OpenWrtAction; git stash; git stash drop; git pull; fi;) && cd /home/$USER/OpenWrtAction && bash wsl2op.sh可在 wsl2op.sh 后加入两个可选参数:
bash wsl2op.sh [configname] [distclean]
[configname]为配置文件名称,例如bash wsl2op.sh X86.config,会自动默认以X86配置编译。
[distclean]为配置文件名称,例如bash wsl2op.sh X86.config 1,会自动默认以X86配置编译,并启用distclean模式。
注意如果要使用[distclean]参数,必须要先加入[configname]参数,如果想不指定[configname],可使用空格代替,例如bash wsl2op.sh [空格] 1


