Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -38,9 +38,9 @@ config BR2_PACKAGE_LM_SENSORS_ISASET
config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
bool "pwmconfig"
help
Pwmconfig searches your sensors for pulse width modulation (PWM)
controls, and tests each one to see if it controls a fan on
your motherboard.
Pwmconfig searches your sensors for pulse width modulation
(PWM) controls, and tests each one to see if it controls a fan
on your motherboard.
config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
bool "sensors-detect"

View File

@@ -9,7 +9,7 @@ LM_SENSORS_SOURCE = lm-sensors_$(LM_SENSORS_VERSION).orig.tar.bz2
LM_SENSORS_SITE = http://snapshot.debian.org/archive/debian/20170208T211941Z/pool/main/l/lm-sensors
LM_SENSORS_INSTALL_STAGING = YES
LM_SENSORS_DEPENDENCIES = host-bison host-flex
LM_SENSORS_LICENSE = LGPLv2.1+ (libsensors), GPLv2+ (programs)
LM_SENSORS_LICENSE = LGPL-2.1+ (libsensors), GPL-2.0+ (programs)
LM_SENSORS_LICENSE_FILES = COPYING.LGPL COPYING
LM_SENSORS_BINS_ = bin/sensors-conf-convert
@@ -26,7 +26,7 @@ LM_SENSORS_MAKE_OPTS = \
PREFIX=/usr
ifeq ($(BR2_STATIC_LIBS),y)
LM_SENSORS_MAKE_OPTS += BUILD_SHARED_LIB=0
LM_SENSORS_MAKE_OPTS += BUILD_SHARED_LIB=0 EXLDFLAGS=-static
else
LM_SENSORS_MAKE_OPTS += BUILD_SHARED_LIB=1
endif