mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
gpu-aml: fix install path after PR1835
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
9a05625a8d
commit
50343d62dc
@ -42,6 +42,6 @@ make_target() {
|
|||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
LDFLAGS="" make -C $(kernel_path) M=$PKG_BUILD/mali \
|
LDFLAGS="" make -C $(kernel_path) M=$PKG_BUILD/mali \
|
||||||
INSTALL_MOD_PATH=$INSTALL/usr INSTALL_MOD_STRIP=1 DEPMOD=: \
|
INSTALL_MOD_PATH=$INSTALL/$(get_kernel_overlay_dir) INSTALL_MOD_STRIP=1 DEPMOD=: \
|
||||||
modules_install
|
modules_install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user