huseyinkozan / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWrt

Code of Conduct

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 gawk --yes

Related OpenWrt documentation

About

OpenWrt build scripts and package feed for Tessel 2

License:Other


Languages

Language:Makefile 88.5%Language:Shell 11.5%