OpenWRT: Difference between revisions

From NixOS Wiki
imported>Makefu
use abbradar FHS as it fixes /usr/bin/perl build stuff in openwrt
imported>Mic92
needs binutils
Line 2: Line 2:


== Building OpenWRT with a nix shell ==
== Building OpenWRT with a nix shell ==
Download [https://gist.github.com/abbradar/8bff35a747254410941e540689b16136 this Gist by abbradar] as your <code>shell.nix</code> in the same folder as openwrt and run <code>nix-shell</code> in this folder.
Download [https://gist.github.com/Mic92/b59054188c595e5652cacf50485583e0 this Gist] as your <code>shell.nix</code> in the same folder as openwrt and run <code>nix-shell</code> in this folder.

Revision as of 09:04, 25 March 2018

Building OpenWRT with a nix shell

Download this Gist as your shell.nix in the same folder as openwrt and run nix-shell in this folder.