Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 303 Bytes

Installation

In OpenWRT work directory:

$ echo "src-git easylab https://github.com/FabLabBerlin/luci-app-localmachines.git" >> feeds.conf.default
$ ./scripts/feeds update -a && ./scripts/feeds install -a
$ make menuconfig (select LuCI, Applications, localmachines)
$ make V=99 -j$(nproc)