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

Mark some packages as not usable on non-MMU systems

parent 85e54a6b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_GPSD
	bool "gpsd"
	# Uses fork()
	depends on BR2_USE_MMU
	help
	  gpsd is a service daemon that monitors one or more GPSes or AIS
	  receivers attached to a host computer through serial or USB ports,
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_INPUT_EVENT_DAEMON
	bool "input-event-daemon"
	# Uses fork()
	depends on BR2_USE_MMU
	help
	  input-event-daemon is a daemon which executes
	  a user-defined command on input events, such as
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ config BR2_PACKAGE_KBD
	bool "kbd"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
	# Uses fork()
	depends on BR2_USE_MMU
	help
	  Keytable files and keyboard utilities.

+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SETSERIAL
	bool "setserial"
	# Uses fork()
	depends on BR2_USE_MMU
	help
	     Setserial : configuration of serial ports
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ config BR2_PACKAGE_SYSSTAT
	bool "sysstat"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
	# Uses fork()
	depends on BR2_USE_MMU
	help
          The sysstat utilities are a collection of performance
          monitoring tools for Linux. These include sar, sadf, mpstat,