diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-25 21:27:40 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-25 21:27:40 +0100 |
commit | eaf18b8b788c5651b67fb90c12907217f009cc80 (patch) | |
tree | 5a28afff939f7ea2005344e4d5705ca38c318c94 /package/squashfs/Config.in | |
parent | 53725fafee39cad72f586f7306acc25afaecbbc6 (diff) |
squashfs: use kconfig to ensure atleast one compressor is selected
Similar to how we do it for mpd now. This way, the selection is clearly
visible to the user, instead of the hidden selection we used to do in
the makefile.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/squashfs/Config.in')
-rw-r--r-- | package/squashfs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/squashfs/Config.in b/package/squashfs/Config.in index d28926e0f..673070862 100644 --- a/package/squashfs/Config.in +++ b/package/squashfs/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SQUASHFS bool "squashfs" depends on BR2_LARGEFILE + select BR2_PACKAGE_SQUASHFS_GZIP if !(BR2_PACKAGE_SQUASHFS_LZMA || BR2_PACKAGE_SQUASHFS_LZO) help Tools to generate SquashFS filesystems. |