This commit is contained in:
Mario Fetka 2012-10-27 13:25:39 +02:00
parent ab11f2e1ae
commit 3c4698aa99
1 changed files with 2 additions and 2 deletions

View File

@ -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