diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-28 16:27:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-28 16:27:38 +0000 |
commit | 5f666417c7238dd008139db1e48adece5b6c809b (patch) | |
tree | 46853b67fd55f80a0d6e4a5e312422131aa557c4 | |
parent | f7001b0bc684b3cce0e562fb9e18ad98c0998f51 (diff) | |
download | upstream-5f666417c7238dd008139db1e48adece5b6c809b.tar.gz upstream-5f666417c7238dd008139db1e48adece5b6c809b.tar.bz2 upstream-5f666417c7238dd008139db1e48adece5b6c809b.zip |
Small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5917 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch index aeb021a049..52d71023c8 100644 --- a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch +++ b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch @@ -7,7 +7,7 @@ diff -urN linux-2.6.19/drivers/i2c/busses/Kconfig linux-2.6.19.new/drivers/i2c/b +config I2C_AU1X00GPIO + tristate "Au1x00 i2c using GPIO pins" -+ depends on I2C && MTX1 ++ depends on I2C && MIPS_MTX1 + help + If you say yest to this option, support will be included for the + Au1x00 GPIO interface. |