diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-26 00:13:29 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-26 00:13:29 +0000 |
commit | fab832dd57c1f78545778b6d33befd36d4560ab5 (patch) | |
tree | 6744c3e60c0a0b34c689e3e55bc47744a4937319 | |
parent | 6360be7fe141b707828458a498e49a7ec6ee8265 (diff) | |
download | buildroot-novena-fab832dd57c1f78545778b6d33befd36d4560ab5.tar.gz buildroot-novena-fab832dd57c1f78545778b6d33befd36d4560ab5.zip |
Deprecate modutils, only for ancient 2.4 kernels
-rw-r--r-- | package/modutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/modutils/Config.in b/package/modutils/Config.in index 2834e79cd..2aeac6d97 100644 --- a/package/modutils/Config.in +++ b/package/modutils/Config.in @@ -1,6 +1,7 @@ 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 |