[openwrt/openwrt] kernel: remove an old kernel compatibility line from module packaging

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 4 10:40:49 PST 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/97c624631a9a48a02f7fe51d377f2798a82256e6

commit 97c624631a9a48a02f7fe51d377f2798a82256e6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Feb 22 12:16:19 2018 +0100

    kernel: remove an old kernel compatibility line from module packaging
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/linux/modules/i2c.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk
index 2975db5..4cf37da 100644
--- a/package/kernel/linux/modules/i2c.mk
+++ b/package/kernel/linux/modules/i2c.mk
@@ -24,10 +24,6 @@ I2C_CORE_MODULES:= \
   CONFIG_I2C:drivers/i2c/i2c-core \
   CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
 
-ifeq ($(CONFIG_OF),y)
-  I2C_CORE_MODULES+=CONFIG_OF_I2C:drivers/of/of_i2c at lt3.12
-endif
-
 define KernelPackage/i2c-core
   $(call i2c_defaults,$(I2C_CORE_MODULES),51)
   TITLE:=I2C support



More information about the lede-commits mailing list