diff options
Diffstat (limited to 'recipes-bsp')
-rwxr-xr-x | recipes-bsp/hyplnk-lld/files/init_hyplnk.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh index fb650575..d6795f16 100755 --- a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh +++ b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh | |||
@@ -28,10 +28,6 @@ case "$compatible" in | |||
28 | device=k2hk | 28 | device=k2hk |
29 | ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1 | 29 | ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1 |
30 | ;; | 30 | ;; |
31 | *k2l*) | ||
32 | device=k2l | ||
33 | ln -sf libhyplnk_k2l.so.1.0.0 libhyplnk_device.so.1 | ||
34 | ;; | ||
35 | *k2e*) | 31 | *k2e*) |
36 | device=k2e | 32 | device=k2e |
37 | ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1 | 33 | ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1 |