Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 907 Bytes

TL-MR3020-Squeezelite

more a gist then a full project...

use TL-MR3020 with squeezelite for cheap multiroom audio

The Goal was to have a cheap multiroom audio. And a TL-MR3020 V1 and a cheap usb-audio was found somwhere.

How to build it self

First we need to make sure the dependencies are installed (for Debian/Ubuntu):

sudo apt install subversion g++ zlib1g-dev build-essential git python time
sudo apt install libncurses5-dev gawk gettext unzip file libssl-dev wget
sudo apt install libelf-dev

or for ubuntu 18.04 or later

sudo apt install build-essential libncurses5-dev python unzip   

Get the OpenWrt source code:

git clone https://git.openwrt.org/openwrt/openwrt.git/
cd openwrt
git checkout lede-17.01

./scripts/feeds update -a
./scripts/feeds install -a
wget https://raw.githubusercontent.com/huckley/TL-MR3020-Squeezelite/master/.config
make menuconfig
make -j4