cramfs: add host utilities menu entry

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Eric Le Bihan 2014-10-11 13:05:35 +02:00 committed by Peter Korsgaard
parent 398e590e2d
commit b3c5c03bde
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
menu "Host utilities"
source "package/cramfs/Config.in.host"
source "package/dfu-util/Config.in.host"
source "package/dos2unix/Config.in.host"
source "package/dosfstools/Config.in.host"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_HOST_CRAMFS
bool "host cramfs"
help
cramfs is a compressed read-only filesystem. This package
contains the tools to generate and check a cramfs filesystem.
http://sourceforge.net/projects/cramfs/