summaryrefslogtreecommitdiffstats
path: root/configs/ptxconfig
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-12 19:58:56 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-12 19:59:11 +0200
commit188f2d1f412f3291eae62fa1b1ab584e241c484b (patch)
tree19bb4aadc7d59279f3a9b78c0f657501e984fb0c /configs/ptxconfig
parentc1fa4bbcb4b4bfb461cdf80d8fd1e531f94b4555 (diff)
downloadDistroKit-188f2d1f412f3291eae62fa1b1ab584e241c484b.tar.gz
DistroKit-188f2d1f412f3291eae62fa1b1ab584e241c484b.tar.xz
ptxconfig: switch to kmod
module-init-tools is deprecated, so switch it off and use kmod instead. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/ptxconfig')
-rw-r--r--configs/ptxconfig17
1 files changed, 6 insertions, 11 deletions
diff --git a/configs/ptxconfig b/configs/ptxconfig
index b3e8d25..ac1b3da 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1102,13 +1102,7 @@ PTXCONF_LESS_USE_NCURSES=y
# PTXCONF_MEMEDIT is not set
# PTXCONF_MEMSTAT is not set
# PTXCONF_MINICOM is not set
-PTXCONF_MODULE_INIT_TOOLS=y
-PTXCONF_MODULE_INIT_TOOLS_INSMOD=y
-PTXCONF_MODULE_INIT_TOOLS_RMMOD=y
-PTXCONF_MODULE_INIT_TOOLS_LSMOD=y
-# PTXCONF_MODULE_INIT_TOOLS_MODINFO is not set
-PTXCONF_MODULE_INIT_TOOLS_MODPROBE=y
-# PTXCONF_MODULE_INIT_TOOLS_DEPMOD is not set
+# PTXCONF_MODULE_INIT_TOOLS is not set
# PTXCONF_MTD_OOPSLOG is not set
# PTXCONF_MTD_UTILS is not set
# PTXCONF_NANOCOM is not set
@@ -1526,11 +1520,12 @@ PTXCONF_LIBGPG_ERROR=y
# PTXCONF_LIBIODBC is not set
# PTXCONF_LIBJPEG is not set
PTXCONF_LIBKMOD=y
-# PTXCONF_LIBKMOD_INSMOD is not set
-# PTXCONF_LIBKMOD_RMMOD is not set
-# PTXCONF_LIBKMOD_LSMOD is not set
+PTXCONF_LIBKMOD_TOOLS=y
+PTXCONF_LIBKMOD_INSMOD=y
+PTXCONF_LIBKMOD_RMMOD=y
+PTXCONF_LIBKMOD_LSMOD=y
# PTXCONF_LIBKMOD_MODINFO is not set
-# PTXCONF_LIBKMOD_MODPROBE is not set
+PTXCONF_LIBKMOD_MODPROBE=y
# PTXCONF_LIBKMOD_DEPMOD is not set
# PTXCONF_LIBKMOD_ZLIB is not set
# PTXCONF_LIBKMOD_LOGGING is not set