Commit ad732e63 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

m4: not available on noMMU platforms

parent 7cff73a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_M4
	bool "m4"
	depends on BR2_USE_WCHAR
	# uses fork()
	depends on BR2_USE_MMU
	help
	  An implementation of the traditional Unix macro processor.