使用git clone https://github.com/coolsnowwolf/openwrt命令下载好源代码,然后cd openwrt进入目录 ./scripts/feeds update -a ./scripts/feeds install -a make menuconfig make -j8 download V=s下载dl库(国内请尽量全局科学上网) 输入make -j1 V=s(-j1 后面是线程数。第一次编译推荐用单线程)即可开始编译...
项目使用 Github Actions 拉取Lean的 Openwrt 源码仓库进行云编译 固件默认管理地址:192.168.1.1默认用户:root默认密码:password 提供适配于 ARMv8 电视盒子、Rockchip 平台、树莓派以及 X86 平台设备的 OpenWrt 固件 ARMv8 盒子固件分为Mini版和Plus版,Mini 精简版以科学上网为主,Plus 多功能版插件多适合折腾 ...
命令行输入sudo apt update,然后输入sudo apt -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xm...
openwrt-ramips-mt7621-xiaomi_mir3g-v2-initramfs-kernel.binopenwrt-ramips-mt7621-xiaomi_mir3g-v2-squashfs-sysupgrade.bin 进入路由器终端 自己刷固件的话,首先就是要打开路由器的ssh或者telnet,小米早年的路由器官方都有开启ssh的教程,而这款就需要自己想办法了,主要是使用了github的OpenWRTInvasion: Root shel...
命令末尾加了openwrt是指克隆代码到openwrt目录,目的是为了规范化,因为有时并不是编译这个的源码。 添加部分插件源 以下方式二选一 添加feeds 方式:打开feeds.conf.default文件添加 src-git helloworld https://github.com/fw876/helloworld 除了helloword 还可以选择其他插件# openwrt 常用软件包,包含passwall、ssr ...
https://github.com/KFERMercer/OpenWrt-CIgithub.com/KFERMercer/OpenWrt-CI 本教程面向于想自己编译Lean_Openwrt的全体同胞。我从最基础的讲起,如果你已经有GitHub账号,请跳过第0个步骤。0.创建一个GitHub账号。 首先打开github.com/ ,按照下图进行输入:输入...
作者的Github地址:https:///coolsnowwolf/lede 准备工作 注意 不要用 root 用户进行编译!!! 国内用户编译前最好准备好梯##子 默认登陆IP 192.168.1.1 密码 password 安装必备组件 输入sudo apt-get update,然后输入 sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses...
Welcome to Lean's git source of OpenWrt and packages 中文:如何编译自己需要的 OpenWrt 固件 注意: 1. 不要用 root 用户 git 和编译!!! 2. 国内用户编译前最好准备好梯子 3. 默认登陆IP 192.168.1.1, 密码 password 说到编译,我就想起老佐的培训班了,友情硬广 - 学习开车两开花: " 想学习OpenWr...
Welcome to Lean's git source of OpenWrt and packages 中文:如何编译自己需要的 OpenWrt 固件 编译命令如下: 1. 首先装好 Ubuntu 64bit,推荐 Ubuntu 14 LTS x64 2. 命令行输入 sudo apt-get update ,然后输入 sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurse...
中文:如何编译自己需要的 OpenWrt 固件 注意: 不要用root 用户git 和编译!!! 国内用户编译前最好准备好梯子 默认登陆IP 192.168.1.1, 密码 password 编译命令如下: 首先装好 Ubuntu 64bit,推荐 Ubuntu 18 LTS x64 命令行输入 sudo apt-get update ,然后输入 sudo apt-get -y install build-essential ascii...