/openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2

Primary LanguageMakefileOtherNOASSERTION

This repository contains build scripts and packages for the OpenWrt system on Tessel 2. It overlays a lightly-modified OpenWrt tree to build a Tessel-customized OpenWrt, replacing the use of menuconfig with a version-controlled configuration from this repository.

Building

Building the toolchain and all system packages requires a fast Linux system and several GB of disk space.

git clone --recursive https://github.com/tessel/openwrt-tessel.git
cd openwrt-tessel
make -j50

The resulting sysupgrade image is openwrt/bin/ramips/openwrt-ramips-mt7620-tessel-squashfs-sysupgrade.bin.

Related OpenWrt documentation