summaryrefslogtreecommitdiffstats
path: root/rules/sed.in
blob: f6cdaba0749b79e470307f9af523088c232cf773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=shell_and_console
config SED
	tristate
	depends on !BUSYBOX_SED
	prompt "sed"
	help
	  sed reads the specified files or the standard input if no
	  files are specified, makes editing changes according to a
	  list of commands, and writes the results to the standard
	  output.

comment "BusyBox' sed selected"
	depends on BUSYBOX_SED