-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (31 loc) · 1.16 KB
/
README
File metadata and controls
33 lines (31 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
squeezewrt
==========
OpenWRT feed to port Adrian Smith't squeezelite to OpenWRT based devices
To compile it you need:
- Install OpenWRT Buildroot as described in
http://wiki.openwrt.org/doc/howto/buildroot.exigence
- Create a copy of the file
./build-directory/feeds.conf.default
named
./build-directory/feeds.conf
Еdit feeds.conf and add
src-git squeezewrt https://github.com/squeezewrt/squeezewrt.git
at the end
- Execute again
./scripts/feeds update -a
./scripts/feeds install -a
./scripts/feeds uninstall squeezelite
./scripts/feeds install -p squeezewrt squeezelite
- Configure OpenWRT firmware image you want to obtain as described in
http://wiki.openwrt.org/doc/howto/build
- To add squeezelite to OpenWRT firmware image execute
make menuconfig
and select
Sound --->
<*> squeezelite
- If you intend to use the LuCI web interface, select
LuCI --->
3. Applications --->
<*> luci-app-squeezelite
- Compile OpenWRT firmware image you want to obtain as described in
http://wiki.openwrt.org/doc/howto/build