dtb on xhl starts with 3.5
This commit is contained in:
parent
8d19bb772f
commit
ab11f2e1ae
@ -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 36 ]]; then
|
||||
if [[ "${KV_MAJOR}${KV_MINOR}" -ge 34 ]]; 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 36 ]]; then
|
||||
if [[ "${KV_MAJOR}${KV_MINOR}" -ge 34 ]]; then
|
||||
# new Device tree no need for devio
|
||||
K_NASKERNEL_DTB="kirkwood-lsxhl.dtb"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user