busybox:add the blacklist to modprobe

Add the blacklist to modprobe

Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com>
This commit is contained in:
arvin.zhu
2022-08-02 11:26:38 +08:00
parent 9234eab162
commit 131425929b
3 changed files with 9 additions and 3 deletions
Regular → Executable
+2
View File
@@ -145,6 +145,8 @@ endef
define BUSYBOX_INSTALL_MDEV_CONF
$(INSTALL) -D -m 0644 package/busybox/mdev.conf \
$(TARGET_DIR)/etc/mdev.conf
$(INSTALL) -D -m 0644 package/busybox/blacklist.conf \
$(TARGET_DIR)/etc/modprobe.d/blacklist.conf
endef
define BUSYBOX_SET_MDEV
$(call KCONFIG_ENABLE_OPT,CONFIG_MDEV)