diff options
author | 2013-08-27 19:28:34 +0200 | |
---|---|---|
committer | 2013-09-02 22:59:27 +0200 | |
commit | 94c72087f386cbb11bbb9011849508628503f316 (patch) | |
tree | fa7326f81fe20aa3e089d4fb0d1aa4cc46218515 /Config.in.legacy | |
parent | b4837455d5c2ea9c164cd613394ffb4d3c741d6b (diff) | |
download | buildroot-94c72087f386cbb11bbb9011849508628503f316.tar.gz buildroot-94c72087f386cbb11bbb9011849508628503f316.tar.bz2 |
module-init-tools: remove package
This commit removes the module-init-tools package and adds the
relevant Config.in.legacy entries to ease the migration for users.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 30a44c6a5f..4f30b2b1cb 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -45,6 +45,17 @@ comment "build, or run, in unpredictable ways. " endif ############################################################################### +comment "Legacy options removed in 2013.11" + +config BR2_PACKAGE_MODULE_INIT_TOOLS + bool "module-init-tools replaced by kmod" + select BR2_PACKAGE_KMOD + select BR2_PACKAGE_KMOD_TOOLS + help + The 'module-init-tools' package has been removed, since it + has been depracated upstream and replaced by 'kmod'. + +############################################################################### comment "Legacy options removed in 2013.08" config BR2_ARM_OABI |