summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-01-03 17:02:53 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-10 15:14:35 +0100
commit2f7a53ee8a58846ea3b43e140819fdfeff5e7142 (patch)
treeceb156c00bc67583b13f59e54f6bc38bd2d94f9f /Config.in.legacy
parentba4ad9d27c4ddf9f2d1368a978f622bd66850e72 (diff)
downloadbuildroot-2f7a53ee8a58846ea3b43e140819fdfeff5e7142.tar.gz
buildroot-2f7a53ee8a58846ea3b43e140819fdfeff5e7142.zip
squashfs3: remove deprecated package/rootfs
[Peter: remove now unused BR2_DEPRECATED_SINCE_2010_05 symbol] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy17
1 files changed, 17 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index c75e25eef2..01bf16be96 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -101,6 +101,23 @@ endif
###############################################################################
comment "Legacy options removed in 2014.02"
+config BR2_PACKAGE_SQUASHFS3
+ bool "squashfs3 has been removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_SQUASHFS
+ help
+ The 'squashfs3' package has been removed since it has been
+ deprecated for more than four buildroot releases. Package
+ 'squashfs' (4) has been selected automatically as replacement.
+
+config BR2_TARGET_ROOTFS_SQUASHFS3
+ bool "squashfs3 rootfs support has been removed"
+ select BR2_LEGACY
+ help
+ Together with the removal of the squashfs3 package, support
+ for squashfs3 root filesystems has been removed too. Squashfs
+ root filesystems will automatically use squashfs4 now.
+
config BR2_PACKAGE_NETKITBASE
bool "netkitbase has been removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud