diff options
| author | Gustavo Zacarias | 2010-06-05 23:00:14 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2010-06-05 23:01:41 +0200 |
| commit | 6ef6e96c2bdfcf108d8771cfe253317ab6628a07 (patch) | |
| tree | 3a1c302e28618021c7e20c01e956e90a9cfa480c /package/modutils/Config.in | |
| parent | qt: fix libQtMultimedia installation (diff) | |
| download | buildroot-6ef6e96c2bdfcf108d8771cfe253317ab6628a07.tar.gz buildroot-6ef6e96c2bdfcf108d8771cfe253317ab6628a07.tar.xz buildroot-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.in | 13 |
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 |
