mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
kernel: kmod-iio-bmp280: allow compile with kernel 4.14
This package also compiles with kernel 4.14. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
36f83dbc41
commit
b0b9ec8e54
@ -74,7 +74,7 @@ $(eval $(call KernelPackage,iio-dht11))
|
|||||||
define KernelPackage/iio-bmp280
|
define KernelPackage/iio-bmp280
|
||||||
SUBMENU:=$(IIO_MENU)
|
SUBMENU:=$(IIO_MENU)
|
||||||
TITLE:=BMP180/BMP280/BME280 pressure/temperatur sensor
|
TITLE:=BMP180/BMP280/BME280 pressure/temperatur sensor
|
||||||
DEPENDS:=@LINUX_4_9 +kmod-iio-core +kmod-regmap
|
DEPENDS:=@(LINUX_4_9||LINUX_4_14) +kmod-iio-core +kmod-regmap
|
||||||
KCONFIG:=CONFIG_BMP280
|
KCONFIG:=CONFIG_BMP280
|
||||||
FILES:=$(LINUX_DIR)/drivers/iio/pressure/bmp280.ko
|
FILES:=$(LINUX_DIR)/drivers/iio/pressure/bmp280.ko
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user