projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo in atheros image makefile
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.27
/
300-avila_fetch_mac.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch
b/target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch
index
2c87aad
..
4581bdd
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch
+++ b/
target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch
@@
-190,9
+190,9
@@
+};
+
+static struct i2c_board_info __initdata avila_i2c_board_info[] = {
-+
/*
{
-+ I2C_BOARD_INFO("
rtc-
ds1672", 0x68),
-+ },
*/
++
{
++ I2C_BOARD_INFO("ds1672", 0x68),
++ },
+ {
+ I2C_BOARD_INFO("ad7418", 0x28),
+ },
This page took
0.025554 seconds
and
4
git commands to generate.