mpd.options 346 B

1234567891011121314151617
  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. select ADK_RUNTIME_START_YMPD
  11. config ADK_APPLIANCE_MPD_NOGUI
  12. bool "use no gui frontend"
  13. endchoice