From 9424fa05a9f81f661d61ce3bef02a44ffbda3a53 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 25 Feb 2015 19:30:21 +0100 Subject: add an useful example for appliance option files --- target/appliances/mpd.options | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/appliances/mpd.options diff --git a/target/appliances/mpd.options b/target/appliances/mpd.options new file mode 100644 index 000000000..dac0ba37c --- /dev/null +++ b/target/appliances/mpd.options @@ -0,0 +1,16 @@ +choice +prompt "Choose a GUI" +depends on ADK_APPLIANCE_MPD + +config ADK_APPLIANCE_MPD_MPDBOX + bool "use mpdbox html/javascript frontend" + select ADK_PACKAGE_MPDBOX + +config ADK_APPLIANCE_MPD_YMPD + bool "use ympd frontend" + select ADK_PACKAGE_YMPD + +config ADK_APPLIANCE_MPD_NOGUI + bool "use no gui frontend" + +endchoice -- cgit v1.2.3