initally add Buffalo Kurobox kernel

This commit is contained in:
Mario Fetka
2012-11-10 14:41:58 +01:00
parent 59d3a992a3
commit 917cb38101
10 changed files with 323 additions and 0 deletions

View File

@@ -514,6 +514,11 @@ _kernel_src_compile() {
# Buffalo anounced a new box named Pro Live (video transcode streaming)
# so the old ls_pro_live has to be split to ls_pro ls_live
# for now let it stay but a move schould be done to ls_pro
if [ "${K_NASKERNEL_NAME}" = "buffalo_kb_pro" ]; then
devio > foo 'wl 0xe3a01c05,4' 'wl 0xe38110e5,4' # KuroBox Pro
K_NASKERNEL_TYPE="buffalo"
K_NASKERNEL_DEVICE="Buffalo/Revogear Kurobox Pro"
fi
if [ "${K_NASKERNEL_NAME}" = "buffalo_ls_chl" ]; then
devio > foo 'wl 0xe3a01c0B,4' 'wl 0xe3811061,4' # Linkstation Live V3 (2.6.34)
K_NASKERNEL_TYPE="buffalo"