From ca837d7433bbeb51e230ab8c9596ca362bec36eb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 25 Apr 2020 18:42:35 +0300 Subject: [PATCH] busybox: Enabled MODUTILS stuff --- core/busybox/checksums | 2 +- core/busybox/files/.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index 12d9766c..3c96f3fe 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -4,7 +4,7 @@ d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1 0f54301a73af461e8066bc805b48d991cfed513d08a2f036e015b19f97cb424a modprobe-kernel-version.patch 68e0c7d5e96902d3b890e89d9b018ae11d53ed3104bfedd624a1485df58b11cb print-unicode.patch f0e17fefc0af6b10205d72b242b6ef7481a58ff07726c62890ebc5893b96a396 install-fix-chown.patch -05be5fde1da4b94bea5b2e6f5813873acd558c75508f9a772a71061f3c0d6a6f .config +def24dc1ed71ae62b3fe54ba24e4e9d05e8439623b06152f03f13df078f09dab .config b4479adaabffb1fe9af7db676929e8f5f6bbc47869c5309a19056aa66196fbce .config-suid 76978b2b69361d47b3bb314a8a320ca274b2af7339c571be1a19f0e1d8c4da6a acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 4412447a..384ef34a 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -576,8 +576,8 @@ CONFIG_FEATURE_CMDLINE_MODULE_OPTIONS=y # CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set # CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set # CONFIG_FEATURE_INSMOD_TRY_MMAP is not set -# CONFIG_FEATURE_MODUTILS_ALIAS is not set -# CONFIG_FEATURE_MODUTILS_SYMBOLS is not set +CONFIG_FEATURE_MODUTILS_ALIAS=y +CONFIG_FEATURE_MODUTILS_SYMBOLS=y CONFIG_DEFAULT_MODULES_DIR="/lib/modules" CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"