[RFC,1/3] linux: Don't blacklist the DRM modules any more
Commit Message
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
config/rootfiles/common/aarch64/linux | 1 -
config/rootfiles/common/riscv64/linux | 1 -
config/rootfiles/common/x86_64/linux | 1 -
lfs/linux | 13 -------------
4 files changed, 16 deletions(-)
@@ -573,7 +573,6 @@ boot/dtb-KVER
#boot/dtb-KVER/synaptics/berlin4ct-stb.dtb
boot/vmlinuz-KVER
#etc/cpufreq-bench.conf
-etc/modprobe.d/framebuffer.conf
etc/modprobe.d/ipv6.conf
#lib/modules
#lib/modules/KVER
@@ -13,7 +13,6 @@ boot/dtb-KVER
#boot/dtb-KVER/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
boot/vmlinuz-KVER
#etc/cpufreq-bench.conf
-etc/modprobe.d/framebuffer.conf
etc/modprobe.d/ipv6.conf
#lib/modules
#lib/modules/KVER
@@ -2,7 +2,6 @@ boot/System.map-KVER
boot/config-KVER
boot/vmlinuz-KVER
#etc/cpufreq-bench.conf
-etc/modprobe.d/framebuffer.conf
etc/modprobe.d/ipv6.conf
#lib/modules
#lib/modules/KVER
@@ -225,19 +225,6 @@ endif
# Only do this once
cd $(DIR_APP) && install -m 755 usr/gen_init_cpio /sbin/
- # disable drm by install drm to /bin/false because i915 ignore blacklisting
- echo install drm /bin/false > /etc/modprobe.d/framebuffer.conf
-
- # Blacklist old framebuffer modules
- for f in $$(find /lib/modules/$(KVER)/kernel/drivers/video/fbdev/ -name *.ko.xz); do \
- echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer.conf ; \
- done
- # Blacklist new drm framebuffer modules
- for f in $$(find /lib/modules/$(KVER)/kernel/drivers/gpu/drm -name *.ko.xz); do \
- echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer.conf ; \
- done
- sed -i -e "s|.ko.xz||g" /etc/modprobe.d/framebuffer.conf
-
# Disable ipv6 at runtime
echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6.conf