aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch')
-rw-r--r--main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch b/main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch
index 2034f5c88c..a0a56a006d 100644
--- a/main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch
+++ b/main/busybox/0009-depmod-support-generating-kmod-binary-index-files.patch
@@ -1,7 +1,7 @@
-From d13cb44f10d730eeac83340f71ea95b6faa0c142 Mon Sep 17 00:00:00 2001
+From 24f932672e826e8f93955d0c6dd6bca140f3fa98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
Date: Sun, 25 Oct 2015 22:21:41 +0200
-Subject: [PATCH 09/16] depmod: support generating kmod binary index files
+Subject: [PATCH] depmod: support generating kmod binary index files
This allows to use busybox depmod, and run daemons using libkmod (or
even kmod modprobe if needed).
@@ -10,14 +10,14 @@ About +1500 bytes when enabled. This patch merges some depmod code
paths, so when this is disabled it shrinks the code size a little bit.
---
modutils/Config.src | 9 ++
- modutils/depmod.c | 281 ++++++++++++++++++++++++++++++++++++++++++----------
+ modutils/depmod.c | 281 ++++++++++++++++++++++++++++++++++++--------
modutils/modprobe.c | 15 ---
- modutils/modutils.c | 31 ++++++
+ modutils/modutils.c | 31 +++++
modutils/modutils.h | 16 +++
5 files changed, 286 insertions(+), 66 deletions(-)
diff --git a/modutils/Config.src b/modutils/Config.src
-index e413702bb..1be7434a5 100644
+index 188296814..7a4c037ad 100644
--- a/modutils/Config.src
+++ b/modutils/Config.src
@@ -152,6 +152,15 @@ config FEATURE_MODUTILS_ALIAS
@@ -505,6 +505,3 @@ index 4a702e97c..73e816028 100644
int string_to_llist(char *string, llist_t **llist, const char *delim) FAST_FUNC;
char *filename2modname(const char *filename, char *modname) FAST_FUNC;
#if ENABLE_FEATURE_CMDLINE_MODULE_OPTIONS
---
-2.16.2
-