[oe-commits] Saul Wold : busybox: Add depmod (adds 2240 bytes)

git at git.openembedded.org git at git.openembedded.org
Wed Oct 16 12:18:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 72c23255cc88b5e2cd6f783231e6f42bf5190df7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=72c23255cc88b5e2cd6f783231e6f42bf5190df7

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Oct 15 19:51:30 2013 -0700

busybox: Add depmod (adds 2240 bytes)

This will allow packages that update kernel modules to run correctly

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox-1.21.1/defconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox-1.21.1/defconfig b/meta/recipes-core/busybox/busybox-1.21.1/defconfig
index 4526121..f0e63c2 100644
--- a/meta/recipes-core/busybox/busybox-1.21.1/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.21.1/defconfig
@@ -504,7 +504,7 @@ CONFIG_LSMOD=y
 # CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
 CONFIG_MODPROBE=y
 # CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
-# CONFIG_DEPMOD is not set
+CONFIG_DEPMOD=y
 
 #
 # Options common to multiple modutils



More information about the Openembedded-commits mailing list