summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.in
blob: 7166c9c891865aa0465b21804f80b49a147643fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=editors
config HEXEDIT
	tristate
	select GCCLIBS_GCC_S
	select NCURSES
	depends on !BUSYBOX_HEXEDIT || ALLYES
	prompt "hexedit"
	help
	  hexedit - view and edit files in hexadecimal or in ASCII

comment "BusyBox' hexedit is selected!"
	depends on BUSYBOX_HEXEDIT