mpd.options 315 B

12345678910111213141516
  1. choice
  2. prompt "Choose a GUI"
  3. depends on ADK_APPLIANCE_MPD
  4. config ADK_APPLIANCE_MPD_MPDBOX
  5. bool "use mpdbox html/javascript frontend"
  6. select ADK_PACKAGE_MPDBOX
  7. config ADK_APPLIANCE_MPD_YMPD
  8. bool "use ympd frontend"
  9. select ADK_PACKAGE_YMPD
  10. config ADK_APPLIANCE_MPD_NOGUI
  11. bool "use no gui frontend"
  12. endchoice