diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:43:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:33 +0200 |
commit | 1f5c3ccdceac58b2a4af6fc22fb49041462cc04f (patch) | |
tree | 84e14f13d937337f21c0f9e8919a96fbb888bad3 /target/squashfs/Config.in | |
parent | 3cabc6cce153ee1265c477d840fe3887347053ae (diff) | |
download | buildroot-novena-1f5c3ccdceac58b2a4af6fc22fb49041462cc04f.tar.gz buildroot-novena-1f5c3ccdceac58b2a4af6fc22fb49041462cc04f.zip |
target/squashfs: cleanup, remove support for 3.x
Remove the code to build squashfs-tools for the host, since they can
now be built using package/squashfs.
We also remove support for Squashfs 3.x, because the Squashfs driver
merged inside the mainline kernel is a 4.x driver. So 3.x is only
useful for old kernels using a Squashfs patch.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/squashfs/Config.in')
-rw-r--r-- | target/squashfs/Config.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/squashfs/Config.in b/target/squashfs/Config.in index 9259ba350..6cc8fcae0 100644 --- a/target/squashfs/Config.in +++ b/target/squashfs/Config.in @@ -1,32 +1,4 @@ config BR2_TARGET_ROOTFS_SQUASHFS bool "squashfs root filesystem" - select BR2_HOST_FAKEROOT help Build a squashfs root filesystem - -choice - prompt "Squashfs version" - default BR2_TARGET_ROOTFS_SQUASHFS_4 - depends on BR2_TARGET_ROOTFS_SQUASHFS - help - Select squashfs version - This must match what your kernel - supports. Select 3.x if you use the legacy 3.x kernel - patches (pre 2.6.29), and 4.x otherwise. - -config BR2_TARGET_ROOTFS_SQUASHFS_3 - depends on BR2_DEPRECATED || BR2_RECENT - bool "3.x" - help - Select this if you use the legacy 3.x kernel patches (pre 2.6.29) - -config BR2_TARGET_ROOTFS_SQUASHFS_4 - bool "4.x" - help - Select this if you use the squashfs version in mainline (from 2.6.29) - -endchoice - -config BR2_TARGET_ROOTFS_SQUASHFS_VERSION - string - default "3.4" if BR2_TARGET_ROOTFS_SQUASHFS_3 - default "4.0" if BR2_TARGET_ROOTFS_SQUASHFS_4 |