mirror of
https://github.com/thead-yocto-mirror/vpu-vc8000d-kernel
synced 2026-06-21 08:52:26 +02:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
KERNEL_VER=$(uname -r)
|
|
BASE_PATH=/lib/modules/${KERNEL_VER}/extra
|
|
|
|
insmod $BASE_PATH/hantrodec.ko
|