mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
- Handle bool values correctly. We get the values as bool, but collectd requires a bool value to be numeric in the range [0, 1]. - Remove profile and mode values. Those are strings, which cannot be represented by collectd. - Update collectd type for some values. - Fix latn value being present twice. Signed-off-by: Dominik Riebeling <bluebrother@posteo.de>