From df2889c709c45cb5529159089464b1e1a78553bf Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Mon, 4 Jul 2016 19:34:48 +0200 Subject: [PATCH] packages: fix bmp085-spi typo Signed-off-by: Zoltan HERPAI --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 85f7016673..a1fce482ad 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1047,7 +1047,7 @@ define KernelPackage/bmp085-spi DEPENDS:= +kmod-bmp085 KCONFIG:= CONFIG_BMP085_SPI FILES:= $(LINUX_DIR)/drivers/misc/bmp085-spi.ko - AUTOLOAD:=$(call AutoProbe,bm085-spi) + AUTOLOAD:=$(call AutoProbe,bmp085-spi) endef define KernelPackage/bmp085-spi/description This driver adds support for Bosch Sensortec's digital pressure -- 2.30.2