Skip to content

litecn/squeezewrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published