blob: 1430915aeac21e4bfb16ca9a4ac1fa46803ab6ff (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
config BR2_PACKAGE_SED
	bool "sed"
	depends on BR2_USE_WCHAR
	help
	  Super-useful stream editor.
	  http://sed.sourceforge.net/
comment "sed requires a toolchain with WCHAR support"
	depends on !BR2_USE_WCHAR
  |