summaryrefslogtreecommitdiffstats
path: root/package/modutils/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-06-05 23:00:14 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-05 23:01:41 +0200
commit6ef6e96c2bdfcf108d8771cfe253317ab6628a07 (patch)
tree3a1c302e28618021c7e20c01e956e90a9cfa480c /package/modutils/Config.in
parent79ec8e88f3a5afacff27e8eb94a5aeda17cf734a (diff)
downloadbuildroot-novena-6ef6e96c2bdfcf108d8771cfe253317ab6628a07.tar.gz
buildroot-novena-6ef6e96c2bdfcf108d8771cfe253317ab6628a07.zip
modutils: remove package
It's for ancient 2.4 kernels, and busybox has a modutils applet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/modutils/Config.in')
-rw-r--r--package/modutils/Config.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/modutils/Config.in b/package/modutils/Config.in
deleted file mode 100644
index 2aeac6d97..000000000
--- a/package/modutils/Config.in
+++ /dev/null
@@ -1,13 +0,0 @@
-config BR2_PACKAGE_MODUTILS
- bool "modutils"
- depends on !BR2_PACKAGE_MODULE_INIT_TOOLS
- depends on BR2_DEPRECATED
- help
- The modutils packages includes the kerneld program for automatic
- loading and unloading of modules, as well as other module
- management programs. Examples of loaded and unloaded modules are
- device drivers and filesystems, as well as some other things.
-
- linux v.<2.6
-
- http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4