redigest everything

This commit is contained in:
Mario Fetka
2013-10-29 18:26:14 +01:00
parent 4a38d73a58
commit 8751dafd50
221 changed files with 3778 additions and 3913 deletions

View File

@@ -572,9 +572,14 @@ _kernel_src_compile() {
K_NASKERNEL_DEVICE="Buffalo LS-VL Series"
fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_wvl" ]; then
devio > foo 'wl 0xe3a01c14,4' 'wl 0xe381109e,4' # Linkstation wvl is not in the db so took one 5278
if [[ "${KV_MAJOR}${KV_MINOR}" -ge 39 ]]; then
# new Device tree no need for devio
K_NASKERNEL_DTB="kirkwood-lswvl.dtb"
else
devio > foo 'wl 0xe3a01c14,4' 'wl 0xe381109e,4' # Linkstation wvl is not in the db so took one 5278
fi
K_NASKERNEL_TYPE="buffalo"
K_NASKERNEL_DEVICE="Buffalo Linkstation LS-XHL"
K_NASKERNEL_DEVICE="Buffalo Linkstation LS-WVL"
fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ts_wxl" ]; then
devio > foo 'wl 0xe3a01c0a,4' 'wl 0xe3811089,4' # Terastation WXL (2.6.35) 2697