disable ieee802dot11 module (fix segfault with snmpwalk),
[openwrt.git] / package / mpd / Config.in
1 config BR2_PACKAGE_MPD
2 tristate "MPD - Music Player Daemon (flac support)"
3 default m if CONFIG_DEVEL
4 help
5 MPD is a music player supporting flac, mp3 and ogg.
6 It is typically controlled over a network using one of it's many
7 clients including mpc(console), gmpc(gnome), phpmp(php) etc.
8
9 config BR2_PACKAGE_MPD_MP3
10 bool "MP3 Support - Enable mp3 support (experimental)"
11 depends BR2_PACKAGE_MPD
12 help
13 Enable builtin mp3 support (mad). Not well tested, may crash your mpd!
14
15 config BR2_PACKAGE_MPD_OGG
16 bool "OGG Support - Enable ogg support (experimental)"
17 depends BR2_PACKAGE_MPD
18 help
19 Enable builtin ogg support (tremor).
This page took 0.061643 seconds and 5 git commands to generate.