[source] packages: fix bmp085-spi typo

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 5 04:43:59 PDT 2016


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=df2889c709c45cb5529159089464b1e1a78553bf

commit df2889c709c45cb5529159089464b1e1a78553bf
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Mon Jul 4 19:34:48 2016 +0200

    packages: fix bmp085-spi typo
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 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 85f7016..a1fce48 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



More information about the lede-commits mailing list