summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-25 16:37:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-25 16:41:47 +0200
commite88783b320ddf0ffd4cd0e54f17f1c734433f7f7 (patch)
tree15ebdd7789ace8e1eb16a183facdc2d63178f409 /target
parentca7d395c2c8be2bebebc46ab8ca55a808a00a9fd (diff)
add xbmcbox collection
Diffstat (limited to 'target')
-rw-r--r--target/collections/xbmcbox17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/collections/xbmcbox b/target/collections/xbmcbox
new file mode 100644
index 000000000..7dc7f8d43
--- /dev/null
+++ b/target/collections/xbmcbox
@@ -0,0 +1,17 @@
+config ADK_PKG_XBMCBOX
+ bool "Choose packages for XBMCBox system"
+ default n
+ select BUSYBOX_NTPD
+ select ADK_PACKAGE_XBMC
+ select ADK_PACKAGE_HTOP
+ select ADK_PACKAGE_DROPBEAR
+ select ADK_PACKAGE_DROPBEAR_WITH_UTMP
+ select ADK_PACKAGE_SCREEN
+ select ADK_PACKAGE_VIM
+ select ADK_PACKAGE_E2FSCK
+ select ADK_PACKAGE_DOSFSTOOLS
+ select ADK_PACKAGE_ALSA_UTILS
+ select ADK_PACKAGE_ALSA_UTILS_WITH_ALSAMIXER
+ help
+ Create a small xbmc box.
+