mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
use the correct depmod for linux26
This commit is contained in:
@@ -94,7 +94,7 @@ $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep: $(LINUX26_KERNEL)
|
||||
rm -rf $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)
|
||||
rm -f $(TARGET_DIR)/sbin/cardmgr
|
||||
$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) \
|
||||
DEPMOD=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod \
|
||||
DEPMOD=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26 \
|
||||
INSTALL_MOD_PATH=$(TARGET_DIR) modules_install
|
||||
rm -f $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/build
|
||||
touch -c $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep
|
||||
|
||||
Reference in New Issue
Block a user