diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-18 20:57:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-18 21:02:40 +0200 |
commit | 36d7db9d90d24b592e78b2bd21365c8e21a1b9a9 (patch) | |
tree | b1e6078b7130abaad1b688dd2cef406180127aae | |
parent | fb478b6a0a6e7a7e0265cf74316729c97a46bd7a (diff) |
enable keyboard and mouse for kodibox
-rw-r--r-- | target/collections/kodibox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/collections/kodibox b/target/collections/kodibox index 1fb82c4b3..3c299109f 100644 --- a/target/collections/kodibox +++ b/target/collections/kodibox @@ -30,6 +30,8 @@ config ADK_PKG_KODIBOX select ADK_RUNTIME_START_BUSYBOX_SYSLOGD select ADK_RUNTIME_START_KODI select ADK_KERNEL_USB_HID + select ADK_TARGET_USB_KEYBOARD + select ADK_TARGET_USB_MOUSE select ADK_KERNEL_INPUT_EVDEV help Create a small kodi multimedia box. |