projects
/
openwrt-github
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd33f25
)
packages: add kernel version dependency for bmp085 module
author
Zoltan HERPAI
<wigyori@uid0.hu>
Wed, 6 Jul 2016 11:47:28 +0000
(13:47 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Wed, 6 Jul 2016 11:47:28 +0000
(13:47 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 42b45ba893c2701ceb768ccc28bfb2841697c262..1b41d8e8ef1e52af37e3c2715c899043c75f9944 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-995,7
+995,7
@@
$(eval $(call KernelPackage,echo))
define KernelPackage/bmp085
SUBMENU:=$(OTHER_MENU)
TITLE:=BMP085/BMP18x pressure sensor
- DEPENDS:= +kmod-regmap
+ DEPENDS:= +kmod-regmap
@!LINUX_4_1 @!LINUX_3_18
KCONFIG:= CONFIG_BMP085
FILES:= $(LINUX_DIR)/drivers/misc/bmp085.ko
endef