summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.in
blob: 1664a4a67d0737cb6e6c6f5c6367460bc73d2e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
menuconfig COREUTILS
	bool "GNU coreutils       "
	help
	  This package contains some of the The GNU Core Utilities

config COREUTILS_CP
	bool
	prompt "cp"
	depends on COREUTILS
	help
	  copy files and directories
	  
config COREUTILS_DD
	bool
	prompt "dd"
	depends on COREUTILS
	help
	  convert and copy a file

config COREUTILS_MD5SUM
	bool
	prompt "md5sum"
	depends on COREUTILS
	help
	  compute and check MD5 message digest

config COREUTILS_SEQ
        bool
        prompt "seq"
        depends on COREUTILS
	help
	  print a sequence of numbers