2nd run
This commit is contained in:
parent
ab11f2e1ae
commit
3c4698aa99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user