redigest everything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user