update and add ls ql kernel and support

This commit is contained in:
Mario Fetka
2012-10-29 14:08:29 +01:00
parent 1712d145c7
commit 72b39b7377
33 changed files with 245 additions and 36 deletions

View File

@@ -549,6 +549,11 @@ _kernel_src_compile() {
K_NASKERNEL_TYPE="buffalo"
K_NASKERNEL_DEVICE="Buffalo Linkstation Pro Duo - Revision 2"
fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_ql" ]; then
devio > foo 'wl 0xe3a01c10,4' 'wl 0xe381108e,4' # Buffalo Linkstation Quad LSQL. Registered 2012.06.15.
K_NASKERNEL_TYPE="buffalo"
K_NASKERNEL_DEVICE="Buffalo Linkstation Quad"
fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_vl" ]; then
devio > foo 'wl 0xe3a01c0d,4' 'wl 0xe381100a,4' # Linkstation vl (2.6.35)
K_NASKERNEL_TYPE="buffalo"