mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix i2c kernel configuration dependency (#1511)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6811 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a2640d0fce
commit
096bbcc5f8
@ -12,8 +12,7 @@ define KernelPackage/i2c-core
|
||||
TITLE:=I2C support
|
||||
DESCRIPTION:=Kernel modules for i2c support
|
||||
SUBMENU:=$(I2CMENU)
|
||||
KCONFIG:=$(CONFIG_I2C_CORE) \
|
||||
$(CONFIG_I2C_DEV)
|
||||
KCONFIG:=$(CONFIG_I2C)
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/i2c/*.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,i2c-core i2c-dev)
|
||||
endef
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user