aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/profiles/000-Default.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-10 13:39:33 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-10 13:39:33 +0000
commit61c017cb0a2b0c519cb10c7320aee62cabbfb361 (patch)
tree178879fc115b2c4b65e796a236f74230bace8b3e /target/linux/mvebu/profiles/000-Default.mk
parent7ac834ab91de3504fa579902216ab4788a51da3f (diff)
downloadmaster-187ad058-61c017cb0a2b0c519cb10c7320aee62cabbfb361.tar.gz
master-187ad058-61c017cb0a2b0c519cb10c7320aee62cabbfb361.tar.bz2
master-187ad058-61c017cb0a2b0c519cb10c7320aee62cabbfb361.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45363 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/profiles/000-Default.mk')
-rw-r--r--target/linux/mvebu/profiles/000-Default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/000-Default.mk b/target/linux/mvebu/profiles/000-Default.mk
index 981855fa3c..8b3af27e9e 100644
--- a/target/linux/mvebu/profiles/000-Default.mk
+++ b/target/linux/mvebu/profiles/000-Default.mk
@@ -10,7 +10,7 @@ define Profile/Default
PACKAGES:= \
kmod-mmc kmod-mvsdio swconfig \
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 \