summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-13 12:14:39 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-13 12:14:39 +0000
commitd5df51ec41b7d9d98c5df9ec8825aa43da571bdd (patch)
tree6f9c26d8194bda38cd0ac2af4a2f3ce166e8582e
parentcbe1b6f6cbdd7a60e85cadf9b442d434941347e3 (diff)
openwrt partition map for the wrt350nv2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11458 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/orion/patches/100-openwrt_partition_map.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/orion/patches/100-openwrt_partition_map.patch b/target/linux/orion/patches/100-openwrt_partition_map.patch
new file mode 100644
index 000000000..95bbeb38f
--- /dev/null
+++ b/target/linux/orion/patches/100-openwrt_partition_map.patch
@@ -0,0 +1,25 @@
+--- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c
++++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
+@@ -32,19 +32,11 @@
+ {
+ .name = "kernel",
+ .offset = 0x00000000,
+- .size = 0x00760000,
++ .size = 0x00100000,
+ }, {
+ .name = "rootfs",
+- .offset = 0x001a0000,
+- .size = 0x005c0000,
+- }, {
+- .name = "lang",
+- .offset = 0x00760000,
+- .size = 0x00040000,
+- }, {
+- .name = "nvram",
+- .offset = 0x007a0000,
+- .size = 0x00020000,
++ .offset = 0x00100000,
++ .size = 0x006c0000,
+ }, {
+ .name = "u-boot",
+ .offset = 0x007c0000,