summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/profiles/linksys.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-10 13:39:33 +0000
committerJohn Crispin <john@openwrt.org>2015-04-10 13:39:33 +0000
commit6d0ad03fac8a5fcbac8f635943eb001a3f4a412a (patch)
tree157fa68ae1712419ab9241ab83e7599e157cdd42 /target/linux/mvebu/profiles/linksys.mk
parent9428c5609bd02c456dafe5fa21da4190014bea75 (diff)
downloadmaster-31e0f0ae-6d0ad03fac8a5fcbac8f635943eb001a3f4a412a.tar.gz
master-31e0f0ae-6d0ad03fac8a5fcbac8f635943eb001a3f4a412a.tar.bz2
master-31e0f0ae-6d0ad03fac8a5fcbac8f635943eb001a3f4a412a.zip
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
Diffstat (limited to 'target/linux/mvebu/profiles/linksys.mk')
-rw-r--r--target/linux/mvebu/profiles/linksys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/linksys.mk b/target/linux/mvebu/profiles/linksys.mk
index 27437e9660..1bacb971d9 100644
--- a/target/linux/mvebu/profiles/linksys.mk
+++ b/target/linux/mvebu/profiles/linksys.mk
@@ -9,7 +9,7 @@ define Profile/Mamba
NAME:=Linksys WRT1900AC (Mamba)
PACKAGES:= \
kmod-usb2 kmod-usb3 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-armada \
kmod-gpio-button-hotplug kmod-hwmon-tmp421 \