From: Daniel Dickinson Date: Sun, 3 Jul 2011 02:59:00 +0000 (+0000) Subject: The Geode CS5535 and CS5536 companion chips are backward compatible with the SCx200... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=88dcf8629d9f68bf4edef950e6774f3574e4eb47 The Geode CS5535 and CS5536 companion chips are backward compatible with the SCx200 I2C drivers. Include this on Geos. Signed-off-by: Philip Prindeville SVN-Revision: 27368 --- diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index 43924a3b2a..78fa005775 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -10,6 +10,7 @@ DEFAULT_PACKAGES += \ kmod-8139cp kmod-solos-pci \ kmod-i2c-core kmod-i2c-gpio \ kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \ + kmod-i2c-scx200-acb \ kmod-usb-core kmod-usb2 kmod-usb-ohci \ kmod-cfg80211 kmod-mac80211 \ kmod-mppe kmod-pppoe kmod-pppoa kmod-pppol2tp \