aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-10-27 18:53:52 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2018-11-01 17:16:52 +0100
commit8fc187a76ea00f89c26a489e5242bde4887fe529 (patch)
treebc5f3a149e8b3d6e32285a711d35a545e1b1b29f /package/kernel/linux/modules/other.mk
parent32fc41baabc9e83a045a7a805b0d91a030cfbd3c (diff)
downloadupstream-8fc187a76ea00f89c26a489e5242bde4887fe529.tar.gz
upstream-8fc187a76ea00f89c26a489e5242bde4887fe529.tar.bz2
upstream-8fc187a76ea00f89c26a489e5242bde4887fe529.zip
kernel: Remove dependencies on old kernels
Kernels 4.1 and 4.4 are not part of the tree anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 7df93d3a01..00ebe4ef6a 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -988,7 +988,7 @@ $(eval $(call KernelPackage,echo))
define KernelPackage/bmp085
SUBMENU:=$(OTHER_MENU)
TITLE:=BMP085/BMP18x pressure sensor
- DEPENDS:= +kmod-regmap @!LINUX_3_18 @!LINUX_4_1
+ DEPENDS:= +kmod-regmap @!LINUX_3_18
KCONFIG:= CONFIG_BMP085
FILES:= $(LINUX_DIR)/drivers/misc/bmp085.ko
endef