diff --git a/packages/sysutils/kmod/patches/kmod-01_support-storage-.config-modprobe.d.patch b/packages/sysutils/kmod/patches/kmod-01_support-storage-.config-modprobe.d.patch new file mode 100644 index 0000000000..7b71b4cd5b --- /dev/null +++ b/packages/sysutils/kmod/patches/kmod-01_support-storage-.config-modprobe.d.patch @@ -0,0 +1,24 @@ +From 0079354fada76965346bf626cbd40c9ac25f0ce3 Mon Sep 17 00:00:00 2001 +From: Stefan Saraev +Date: Sat, 21 Sep 2013 21:14:31 +0300 +Subject: [PATCH] support /storage/.config/modprobe.d + +--- + libkmod/libkmod.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c +index ef83e31..a0d4bda 100644 +--- a/libkmod/libkmod.c ++++ b/libkmod/libkmod.c +@@ -62,6 +62,7 @@ static const char *default_config_paths[] = { + SYSCONFDIR "/modprobe.d", + "/run/modprobe.d", + "/lib/modprobe.d", ++ "/storage/.config/modprobe.d", + NULL + }; + +-- +1.7.2.5 + diff --git a/packages/sysutils/systemd/tmpfiles.d/11_udev.conf b/packages/sysutils/systemd/tmpfiles.d/11_udev.conf deleted file mode 100644 index 92ec709e2a..0000000000 --- a/packages/sysutils/systemd/tmpfiles.d/11_udev.conf +++ /dev/null @@ -1,21 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -L /run/modprobe.d - - - - /storage/.config/modprobe.d