add ls wvl support

This commit is contained in:
Mario Fetka
2012-11-19 22:12:45 +01:00
parent 28c68a7af4
commit 93144458d7
58 changed files with 346 additions and 120 deletions

View File

@@ -574,6 +574,11 @@ _kernel_src_compile() {
K_NASKERNEL_TYPE="buffalo"
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
K_NASKERNEL_TYPE="buffalo"
K_NASKERNEL_DEVICE="Buffalo LS-WVL Series"
fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_wxl" ]; then
devio > foo 'wl 0xe3a01c0b,4' 'wl 0xe38110c4,4' # Linkstation WXL (2.6.35)
K_NASKERNEL_TYPE="buffalo"