2
0
forked from Ivasoft/openwrt

kernel: remove references to kmod-of-i2c

these break the IB since the module is part of i2c-core now

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 45363
This commit is contained in:
John Crispin
2015-04-10 13:39:33 +00:00
parent 9428c5609b
commit 6d0ad03fac
7 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ define Profile/Generic
NAME:=Generic (default)
PACKAGES:= \
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
kmod-i2c-core kmod-i2c-mv64xxx \
kmod-ata-core kmod-ata-marvell-sata \
kmod-rtc-marvell kmod-thermal-kirkwood
endef