collectd: fix incorrect select of libmodbus

BR2_PACKAGE_MODBUS does not exist, we meant to select
BR2_PACKAGE_LIBMODBUS.

Fixes:

  http://autobuild.buildroot.org/results/661/6617ea58424bf55640a70bee8fc3a6a8d098e3b2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2015-12-30 10:12:56 +01:00
parent 69e0d0e282
commit 4e5f17e8ed

View File

@ -284,7 +284,7 @@ config BR2_PACKAGE_COLLECTD_MEMORY
config BR2_PACKAGE_COLLECTD_MODBUS
bool "modbus"
select BR2_PACKAGE_MODBUS
select BR2_PACKAGE_LIBMODBUS
help
Reads register values from a modbus "slave" via Modbus/TCP.