summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-15 19:51:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-16 13:31:37 +0100
commit72b5535ff2fa647a1fff254f2fab096f7f54d366 (patch)
tree752d80b1f5aea19441e123da90d8b23b517fe597 /meta/recipes-core/busybox
parent71454f961e8c21da24147132ba0143f8c88c7fbf (diff)
downloadpoky-72b5535ff2fa647a1fff254f2fab096f7f54d366.tar.gz
busybox: Add depmod (adds 2240 bytes)
This will allow packages that update kernel modules to run correctly (From OE-Core rev: 72c23255cc88b5e2cd6f783231e6f42bf5190df7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox-1.21.1/defconfig2
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 4526121a44..f0e63c2a1f 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
504# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set 504# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
505CONFIG_MODPROBE=y 505CONFIG_MODPROBE=y
506# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set 506# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
507# CONFIG_DEPMOD is not set 507CONFIG_DEPMOD=y
508 508
509# 509#
510# Options common to multiple modutils 510# Options common to multiple modutils