diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-18 12:00:09 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-18 12:01:36 +0200 |
commit | 0872509c4fa881ef7528e2b1302a1b42417edc1a (patch) | |
tree | 08365ac407e0328eb9a2cd9b93a031c304400cde /main/busybox/busyboxconfig | |
parent | ef4f1e78f322e3f0b2a5b4816d43bc4196ac3bd5 (diff) | |
download | aports-0872509c4fa881ef7528e2b1302a1b42417edc1a.tar.bz2 aports-0872509c4fa881ef7528e2b1302a1b42417edc1a.tar.xz |
main/busybox: backport libkmod compatible depmod
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 9449833599..59aee42eaf 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.23.2 -# Tue Aug 4 22:52:01 2015 +# Tue Aug 18 09:32:09 2015 # CONFIG_HAVE_DOT_CONFIG=y @@ -538,6 +538,7 @@ CONFIG_DEPMOD=y # CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set CONFIG_FEATURE_CHECK_TAINTED_MODULE=y CONFIG_FEATURE_MODUTILS_ALIAS=y +CONFIG_FEATURE_MODUTILS_BIN=y CONFIG_FEATURE_MODUTILS_SYMBOLS=y CONFIG_DEFAULT_MODULES_DIR="/lib/modules" CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" |