diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-28 17:52:14 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-29 11:10:01 +0200 |
commit | eced1a9d7b08d419c5ac325053077731e24464b6 (patch) | |
tree | ec65243613d00a43ad903cbcfab7f6eee181e3ca | |
parent | 1e87365b113eb79bc12dbea4e9291050492b5a29 (diff) |
Disabled temporarly kernel version checking
Change-Id: I02498df332b8322dc28c9d07187fec544cfd928c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | CAN-binder/conf.d/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/conf.d/config.cmake b/CAN-binder/conf.d/config.cmake index a4a5714f..614e8565 100644 --- a/CAN-binder/conf.d/config.cmake +++ b/CAN-binder/conf.d/config.cmake @@ -45,7 +45,7 @@ set(CMAKE_BUILD_TYPE "DEBUG") # Kernel selection if needed. Overload the detected compiler. # ----------------------------------------------- -set (kernel_minimal_version 4.8) +#set (kernel_minimal_version 4.8) # Compiler selection if needed. Overload the detected compiler. # ----------------------------------------------- |