mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 10:53:36 +08:00
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:
parent
398e590e2d
commit
b3c5c03bde
@ -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"
|
||||
|
7
package/cramfs/Config.in.host
Normal file
7
package/cramfs/Config.in.host
Normal 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/
|
Loading…
Reference in New Issue
Block a user