busybox: remove not more needed patch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-21 12:54:28 +01:00
parent 729e3e873e
commit d86dfd9a4c

View File

@ -1,11 +0,0 @@
diff -Naur busybox-1.18.0/modutils/modprobe.c busybox-1.18.0.patch/modutils/modprobe.c
--- busybox-1.18.0/modutils/modprobe.c 2010-11-22 21:43:22.000000000 +0100
+++ busybox-1.18.0.patch/modutils/modprobe.c 2010-11-30 08:46:36.961605729 +0100
@@ -560,6 +560,7 @@
read_config("/etc/modprobe.conf");
read_config("/etc/modprobe.d");
+ read_config("/storage/.config/modprobe.d");
if (ENABLE_FEATURE_MODUTILS_SYMBOLS && G.need_symbols)
read_config("modules.symbols");
load_modules_dep();