Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Issue #63 - Added Code of Conduct #74

Merged
merged 4 commits into from
Jul 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# OpenWrt

[![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/tessel/project/blob/master/CONDUCT.md)

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.
Expand All @@ -7,7 +11,7 @@ a lightly-modified OpenWrt tree to build a Tessel-customized OpenWrt, replacing
Building the toolchain and all system packages requires a fast Linux system and several GB of disk
space.

```
```shell-script
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

git clone --recursive https://github.com/tessel/openwrt-tessel.git
cd openwrt-tessel
make -j50
Expand All @@ -19,7 +23,7 @@ The resulting sysupgrade image is
### Setup Ubuntu

In general we suggest to prepare a build-server with the following command:
```
```shell-script
sudo apt-get install make gcc g++ subversion unzip libncurses5-dev libncursesw5-dev ncurses-doc zlib1g-dev libssl-dev gettext gawk --yes
```

Expand Down