projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change order of module startup to force USB2 before USB1.1
[openwrt.git]
/
target
/
linux
/
ar7
/
patches-2.6.25
/
200-mtd_fixes.patch
diff --git
a/target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch
b/target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch
index
a481a14
..
850a643
100644
(file)
--- a/
target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch
+++ b/
target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch
@@
-1,5
+1,5
@@
----
linux/drivers/mtd/ar7part.c 2007-09-20 21:47:22.000000000 +0200
-+++
linux-mips/drivers/mtd/ar7part.c 2008-05-04 18:49:04.000000000 +0200
+---
a/drivers/mtd/ar7part.c
++++
b/drivers/mtd/ar7part.c
@@ -34,6 +34,10 @@
#define LOADER_MAGIC1 le32_to_cpu(0xfeedfa42)
#define LOADER_MAGIC2 le32_to_cpu(0xfeed1281)
@@ -34,6 +34,10 @@
#define LOADER_MAGIC1 le32_to_cpu(0xfeedfa42)
#define LOADER_MAGIC2 le32_to_cpu(0xfeed1281)
This page took
0.021084 seconds
and
4
git commands to generate.