diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 00:32:53 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 16:17:27 -0500 |
commit | fb1051cb9e1514c24f1f72fc9729f5ac3ee86542 (patch) | |
tree | 7f64d793db3e4be1a4e067cfa9329d21c210dc49 /target | |
parent | b747c6f5073668d82f4e9cd2485c7f0b2075d9cf (diff) |
use known to work versions for kodi
Diffstat (limited to 'target')
-rw-r--r-- | target/appliances/kodi.appliance | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/appliances/kodi.appliance b/target/appliances/kodi.appliance index 20c3acb0a..8a264aafc 100644 --- a/target/appliances/kodi.appliance +++ b/target/appliances/kodi.appliance @@ -1,6 +1,7 @@ config ADK_APPLIANCE_KODI bool "kodi multimedia appliance" - select ADK_KERNEL_VERSION_3_14_40 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + select ADK_KERNEL_VERSION_3_14_43 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + select ADK_KERNEL_VERSION_3_18_12 if ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_LIB_GLIBC select ADK_PACKAGE_GLIBC select ADK_PACKAGE_GLIBC_GCONV |