diff options
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 09935f183a..c75e25eef2 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -99,6 +99,26 @@ comment "----------------------------------------------------" endif ############################################################################### +comment "Legacy options removed in 2014.02" + +config BR2_PACKAGE_NETKITBASE + bool "netkitbase has been removed" + select BR2_LEGACY + help + The 'netkitbase' package has been removed since it has been + deprecated since 2012.11. This package provided 'inetd' + which is replaced by 'xinet' and 'ping' which is replaced by + 'busybox' or 'fping'. + +config BR2_PACKAGE_NETKITTELNET + bool "netkittelnet has been removed" + select BR2_LEGACY + help + The 'netkittelnet' package has been removed since it has + been deprecated since 2012.11. 'busybox' provides a telnet + client and should be used instead. + +############################################################################### comment "Legacy options removed in 2013.11" config BR2_PACKAGE_LVM2_DMSETUP_ONLY |