diff --git a/eclass/nas-kernel.eclass b/eclass/nas-kernel.eclass index bab6775..ad48295 100644 --- a/eclass/nas-kernel.eclass +++ b/eclass/nas-kernel.eclass @@ -491,7 +491,7 @@ _kernel_src_compile() { K_NASKERNEL_DEVICE="Buffalo Linkstation LiveV3 (LS-CHL)" fi if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_chl2" ]; then - if [[ "${KV_MAJOR}${KV_MINOR}" -ge 34 ]]; then + if [[ "${KV_MAJOR}${KV_MINOR}" -ge 35 ]]; then # new Device tree no need for devio K_NASKERNEL_DTB="kirkwood-lschlv2.dtb" else @@ -542,7 +542,7 @@ _kernel_src_compile() { K_NASKERNEL_DEVICE="Buffalo Linkstation Pro/Live" fi if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_xhl" ]; then - if [[ "${KV_MAJOR}${KV_MINOR}" -ge 34 ]]; then + if [[ "${KV_MAJOR}${KV_MINOR}" -ge 35 ]]; then # new Device tree no need for devio K_NASKERNEL_DTB="kirkwood-lsxhl.dtb" else