projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ixp4xx/fsg3: Fix board code detection of the RTC chip
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.26
/
030-ixp4xx_fsg_board_support.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch
b/target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch
index
f503802
..
1707cff
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch
+++ b/
target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch
@@
-224,7
+224,7
@@
+
+static struct i2c_board_info __initdata fsg_i2c_board_info [] = {
+ {
-+ I2C_BOARD_INFO("
rtc-
isl1208", 0x6f),
++ I2C_BOARD_INFO("isl1208", 0x6f),
+ },
+};
+
This page took
0.02256 seconds
and
4
git commands to generate.