mirror of
https://github.com/thead-yocto-mirror/vpu-vc8000d-kernel
synced 2026-07-20 14:58:00 +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
|