Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.01 KB

OpenWRT configuration

This is my OpenWRT configuration. At the moment, this works a Linksys WRT1900ac v2.0 and a Linksys WRT610N v1.0 router.

Dependencies

This script needs nagromc/openwrt-configuration-for-livebox to work. First, to checkout this dependency, run

$ git submodule update --init --recursive

Installation

First, run this command from your machine to set your private fti/xxxxxxx credentials (make sure to replace your own value):

$ export CLEARTEXT_FTI=fti/xxxxxxx

Depending on which router you want to configure (wrt1900acv2 or wrt610n), run the following command from your own machine:

$ ./install wrt1900acv2

References

The Internet connection part is based on this thread: Remplacement de la Livebox par un routeur Openwrt 18+ (DHCP V4/V6 + TV).