| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A local automated build tool for Lean's LEDE OpenWrt firmware. Configuration files are sourced from bigbugcc/OpenWrts.
⚠️ Do NOT run as root!
sudo mkdir -p /workdir && cd /workdir
# Set directory ownership
sudo chown $USER:$GROUPS /workdir
# Grant execute permission and run
chmod +x ./openwrtinstall.sh
./openwrtinstall.sh
# Subsequent builds — run directly from the lede directory
./make.sh| Option | Description |
|---|---|
| 1 | x86_64 |
| 2 | Raspberry Pi 5 |
| 3 | Raspberry Pi 4 |
| 4 | Raspberry Pi 3B+ |
| 5 | Rockchip (R68S, R2S, R4S, R5C, R5S, OPiR1Plus) |
| 6 | Build using existing .config |
| 7 | Open OpenWrt config menu (make menuconfig) |
| 8 | Clean build cache |
| 0 | Exit |
| Platform | Notes |
|---|---|
| x86_64 | Standard / Lite edition |
| Raspberry Pi 3B/3B+ | RPi 3 series |
| Raspberry Pi 4B | RPi 4 series |
| Raspberry Pi 5 | RPi 5 series |
| NanoPi R2S / R4S | FriendlyARM |
| NanoPi R5C / R5S | FriendlyARM |
| FastRhino R68S | |
| Orange Pi R1 Plus |
| Item | Value |
|---|---|
| Router IP | 192.168.10.1 |
| Username | root |
| Password | password |
Proxy / VPN
Ad Blocking
Utilities
Run make.sh inside the lede/ directory. It will automatically pull the latest LEDE source and update all plugins before launching the build menu.
Place any custom plugins under package/otherapp/.
| Back | FazBrowse Home | New Git URL |