This commit is contained in:
Mario Fetka 2012-10-27 13:25:39 +02:00
parent ab11f2e1ae
commit 3c4698aa99

View File

@ -491,7 +491,7 @@ _kernel_src_compile() {
K_NASKERNEL_DEVICE="Buffalo Linkstation LiveV3 (LS-CHL)" K_NASKERNEL_DEVICE="Buffalo Linkstation LiveV3 (LS-CHL)"
fi fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_chl2" ]; then 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 # new Device tree no need for devio
K_NASKERNEL_DTB="kirkwood-lschlv2.dtb" K_NASKERNEL_DTB="kirkwood-lschlv2.dtb"
else else
@ -542,7 +542,7 @@ _kernel_src_compile() {
K_NASKERNEL_DEVICE="Buffalo Linkstation Pro/Live" K_NASKERNEL_DEVICE="Buffalo Linkstation Pro/Live"
fi fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_xhl" ]; then 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 # new Device tree no need for devio
K_NASKERNEL_DTB="kirkwood-lsxhl.dtb" K_NASKERNEL_DTB="kirkwood-lsxhl.dtb"
else else