projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: add Mikael Petterssons patch works
[openwrt.git]
/
target
/
linux
/
rdc
/
patches-2.6.30
/
100-rdc_boards.patch
diff --git
a/target/linux/rdc/patches-2.6.30/100-rdc_boards.patch
b/target/linux/rdc/patches-2.6.30/100-rdc_boards.patch
index
9fdfd94
..
fe0daad
100644
(file)
--- a/
target/linux/rdc/patches-2.6.30/100-rdc_boards.patch
+++ b/
target/linux/rdc/patches-2.6.30/100-rdc_boards.patch
@@
-612,7
+612,7
@@
+
+ rdc_flash_parts[0].name = "firmware";
+ rdc_flash_parts[0].offset = 0x8000;
+
+ rdc_flash_parts[0].name = "firmware";
+ rdc_flash_parts[0].offset = 0x8000;
-+ rdc_flash_parts[0].size = 0x3F0000;
++ rdc_flash_parts[0].size = 0x3F0000
- 0x8000
;
+ rdc_flash_parts[1].name = "config";
+ rdc_flash_parts[1].offset = 0;
+ rdc_flash_parts[1].size = 0x8000;
+ rdc_flash_parts[1].name = "config";
+ rdc_flash_parts[1].offset = 0;
+ rdc_flash_parts[1].size = 0x8000;
This page took
0.024185 seconds
and
4
git commands to generate.