Browse Source

add an useful example for appliance option files

Waldemar Brodkorb 10 years ago
parent
commit
9424fa05a9
1 changed files with 16 additions and 0 deletions
  1. 16 0
      target/appliances/mpd.options

+ 16 - 0
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