diff options
author | 2013-12-15 20:23:12 +0100 | |
---|---|---|
committer | 2013-12-15 21:04:05 +0100 | |
commit | 560fe85bf7fb81956e80848c8bb28d7a6d00a2a2 (patch) | |
tree | 63a5c807136fc1487f7d02d0da5823502aa48ba3 /Config.in.legacy | |
parent | 472f629fa9253f13d037b46d30136080239a1a8e (diff) | |
download | buildroot-560fe85bf7fb81956e80848c8bb28d7a6d00a2a2.tar.gz buildroot-560fe85bf7fb81956e80848c8bb28d7a6d00a2a2.tar.bz2 |
Remove deprecated package netkitbase and netkittelnet
[Peter: fixup Config.in.legacy indentation]
Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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 |