projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix phy interface selection for the RB-450G
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.30
/
109-mtd-wrt160nl-trx-parser.patch
diff --git
a/target/linux/ar71xx/patches-2.6.30/109-mtd-wrt160nl-trx-parser.patch
b/target/linux/ar71xx/patches-2.6.30/109-mtd-wrt160nl-trx-parser.patch
index
d74df1a
..
5696d39
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.30/109-mtd-wrt160nl-trx-parser.patch
+++ b/
target/linux/ar71xx/patches-2.6.30/109-mtd-wrt160nl-trx-parser.patch
@@
-1,6
+1,6
@@
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
-@@ -75
1,6 +751
,16 @@ static int __devinit m25p_probe(struct s
+@@ -75
2,6 +752
,16 @@ static int __devinit m25p_probe(struct s
part_probes, &parts, 0);
}
#endif
part_probes, &parts, 0);
}
#endif
@@
-31,7
+31,7
@@
+
config MTD_MYLOADER_PARTS
tristate "MyLoader partition parsing"
+
config MTD_MYLOADER_PARTS
tristate "MyLoader partition parsing"
- depends on MTD_PARTITIONS && (ADM5120 || ATHEROS || ATHEROS_AR71XX)
+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS
_AR231X
|| ATHEROS_AR71XX)
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_MTD_REDBOOT_PARTS) += redbo
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_MTD_REDBOOT_PARTS) += redbo
This page took
0.025539 seconds
and
4
git commands to generate.