From ee443c11d23c23771fb2b121f11424b4ba2b7ae3 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 2 Feb 2019 14:47:09 +0200 Subject: [PATCH] Add support for /boot/modprobe.conf --- board/common/overlay/etc/modprobe.d/boot-modprobe.conf | 1 + .../etc/modprobe.d/{user-modprobe.conf => data-modprobe.conf} | 0 2 files changed, 1 insertion(+) create mode 120000 board/common/overlay/etc/modprobe.d/boot-modprobe.conf rename board/common/overlay/etc/modprobe.d/{user-modprobe.conf => data-modprobe.conf} (100%) diff --git a/board/common/overlay/etc/modprobe.d/boot-modprobe.conf b/board/common/overlay/etc/modprobe.d/boot-modprobe.conf new file mode 120000 index 0000000000..581315cf7e --- /dev/null +++ b/board/common/overlay/etc/modprobe.d/boot-modprobe.conf @@ -0,0 +1 @@ +/boot/etc/modprobe.conf \ No newline at end of file diff --git a/board/common/overlay/etc/modprobe.d/user-modprobe.conf b/board/common/overlay/etc/modprobe.d/data-modprobe.conf similarity index 100% rename from board/common/overlay/etc/modprobe.d/user-modprobe.conf rename to board/common/overlay/etc/modprobe.d/data-modprobe.conf