mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
kernel: remove an old kernel compatibility line from module packaging
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
83ddc3bfc2
commit
97c624631a
@ -24,10 +24,6 @@ I2C_CORE_MODULES:= \
|
|||||||
CONFIG_I2C:drivers/i2c/i2c-core \
|
CONFIG_I2C:drivers/i2c/i2c-core \
|
||||||
CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
|
CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
|
||||||
|
|
||||||
ifeq ($(CONFIG_OF),y)
|
|
||||||
I2C_CORE_MODULES+=CONFIG_OF_I2C:drivers/of/of_i2c@lt3.12
|
|
||||||
endif
|
|
||||||
|
|
||||||
define KernelPackage/i2c-core
|
define KernelPackage/i2c-core
|
||||||
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
|
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
|
||||||
TITLE:=I2C support
|
TITLE:=I2C support
|
||||||
|
Loading…
Reference in New Issue
Block a user