From 957626ff7258baf1e28a5a484780c79bbf0450da Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 13 Jun 2008 12:14:39 +0000 Subject: [PATCH] openwrt partition map for the wrt350nv2 SVN-Revision: 11458 --- .../patches/100-openwrt_partition_map.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 target/linux/orion/patches/100-openwrt_partition_map.patch 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 0000000000..95bbeb38f8 --- /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, -- 2.30.2