af9ff258f8
While investigating on build failure [1], I realized that nut needs mmu since fork() is used. So, conditions of this build failure are no longer encountered. [1] http://autobuild.buildroot.net/results/961/96193e18782697c2af8813a7714b66b4ba1f3d1c//build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
522 B
Plaintext
22 lines
522 B
Plaintext
config BR2_PACKAGE_NUT
|
|
bool "nut"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Network UPS tools
|
|
|
|
The primary goal of the Network UPS Tools (NUT) project is to provide
|
|
support for Power Devices, such as Uninterruptible Power Supplies,
|
|
Power Distribution Units and Solar Controllers.
|
|
|
|
http://www.networkupstools.org/
|
|
|
|
if BR2_PACKAGE_NUT
|
|
|
|
config BR2_PACKAGE_NUT_DRIVERS
|
|
string "drivers"
|
|
help
|
|
Select the individual drivers to enable, in a comma-separated list.
|
|
Leave empty for all.
|
|
|
|
endif # BR2_PACKAGE_NUT
|