diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-15 19:51:30 -0700 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2013-12-10 21:12:17 -0500 |
commit | bce32a41c7e700f49aaa0aacbeb6c83d91a8b255 (patch) | |
tree | 99bb0b66f8c0a3fd1c790200f937469eb6a538bd | |
parent | 4565512015d257e492d7fbb9e28c6086111d892d (diff) | |
download | openembedded-core-bce32a41c7e700f49aaa0aacbeb6c83d91a8b255.tar.gz openembedded-core-bce32a41c7e700f49aaa0aacbeb6c83d91a8b255.tar.bz2 openembedded-core-bce32a41c7e700f49aaa0aacbeb6c83d91a8b255.zip |
busybox: Add depmod (adds 2240 bytes)
This will allow packages that update kernel modules to run correctly
(From OE-Core master rev: 72c23255cc88b5e2cd6f783231e6f42bf5190df7)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r-- | 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 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 # 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 |