mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:43:43 +02:00
openwrt partition map for the wrt350nv2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11458 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cbe1b6f6cb
commit
d5df51ec41
25
target/linux/orion/patches/100-openwrt_partition_map.patch
Normal file
25
target/linux/orion/patches/100-openwrt_partition_map.patch
Normal file
@ -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,
|
Loading…
Reference in New Issue
Block a user