From 0a49be215b4eb74415cce189c043126a06f678f1 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Mon, 4 Jul 2016 19:34:48 +0200 Subject: 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 885f40a2e6..503ca98be4 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1064,7 +1064,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 -- cgit v1.2.3