Skip to content

OpenWrt build scripts and package feed for Tessel 2

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mzgoddard/openwrt-tessel

 
 

Repository files navigation

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.

Setup Ubuntu

In general we suggest to prepare a build-server with the following command:

sudo apt-get install make gcc g++ subversion unzip libncurses5-dev libncursesw5-dev ncurses-doc zlib1g-dev libssl-dev gettext --yes

Related OpenWrt documentation

About

OpenWrt build scripts and package feed for Tessel 2

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 85.2%
  • Shell 14.8%