mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
Revert "kernel: do not try to probe builtin modules on empty kmod package install"
This change currently causes some issues with loading out of tree kernel modules so revert that commit for now. Reverts commit 34c01e68b5d6b06ce3794ef0e2b06e81ec3ce8ca. Fixes FS#919. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
e3d135ab56
commit
3e26340a2e
@ -136,7 +136,6 @@ define ModuleAutoLoad
|
||||
local mod; \
|
||||
shift 2; \
|
||||
for mod in $$$$$$$$mods; do \
|
||||
[ -e $(2)/$(MODULES_SUBDIR)/$$$$$$$$mod.ko ] || continue; \
|
||||
mkdir -p $(2)/etc/modules.d; \
|
||||
echo "$$$$$$$$mod" >> $(2)/etc/modules.d/$(1); \
|
||||
done; \
|
||||
@ -155,7 +154,6 @@ define ModuleAutoLoad
|
||||
local mod; \
|
||||
shift 3; \
|
||||
for mod in $$$$$$$$mods; do \
|
||||
[ -e $(2)/$(MODULES_SUBDIR)/$$$$$$$$mod.ko ] || continue; \
|
||||
mkdir -p $(2)/etc/modules.d; \
|
||||
echo "$$$$$$$$mod" >> $(2)/etc/modules.d/$$$$$$$$priority-$(1); \
|
||||
done; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user