diff options
Diffstat (limited to 'core/modules')
| -rw-r--r-- | core/modules/evdi/module.build | 2 | ||||
| -rw-r--r-- | core/modules/evdi/module.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/evdi/module.build b/core/modules/evdi/module.build index d6a9d39f..4202e365 100644 --- a/core/modules/evdi/module.build +++ b/core/modules/evdi/module.build @@ -9,7 +9,7 @@ build() { cde "${MODULE_WORK_DIR}/src/evdi/module" make -C "$KERNEL_HEADERS_DIR" M=$(pwd) \ || perror "Could not make .ko" - dir="${MODULE_BUILD_DIR}/lib/modules/${TARGET_KERNEL_LONG}/extra" + dir="${MODULE_BUILD_DIR}/lib/modules/${TARGET_KERNEL_LONG}/kernel/extra" mkdir -p "$dir" cp evdi.ko "$dir/" \ || perror "Couldnotopcy" diff --git a/core/modules/evdi/module.conf b/core/modules/evdi/module.conf index 90c2a5ef..93404598 100644 --- a/core/modules/evdi/module.conf +++ b/core/modules/evdi/module.conf @@ -3,7 +3,7 @@ REQUIRED_GIT="https://github.com/DisplayLink/evdi.git" REQUIRED_FILES=" - /lib/modules/${TARGET_KERNEL_LONG}/extra/evdi.ko + /lib/modules/${TARGET_KERNEL_LONG}/kernel/extra/evdi.ko " REQUIRED_MODULES="kernel" |
