mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
linux: fix depmod location after move to host-kmod
The host-kmod version of depmod gets installed into HOST_DIR/sbin, so adjust the path we use to refer to it in linux.mk Reported-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d9b89e8a43
commit
cc34519201
@ -47,7 +47,7 @@ LINUX_MAKE_FLAGS = \
|
|||||||
ARCH=$(KERNEL_ARCH) \
|
ARCH=$(KERNEL_ARCH) \
|
||||||
INSTALL_MOD_PATH=$(TARGET_DIR) \
|
INSTALL_MOD_PATH=$(TARGET_DIR) \
|
||||||
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
|
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
|
||||||
DEPMOD=$(HOST_DIR)/usr/sbin/depmod
|
DEPMOD=$(HOST_DIR)/sbin/depmod
|
||||||
|
|
||||||
# Get the real Linux version, which tells us where kernel modules are
|
# Get the real Linux version, which tells us where kernel modules are
|
||||||
# going to be installed in the target filesystem.
|
# going to be installed in the target filesystem.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user