aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches/101-wnr854t_partition_map.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-12 20:45:55 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-12 20:45:55 +0000
commitfb8d699ae7e3c612b447ee03db7aa334a5322c2f (patch)
tree1d146c1610d19faccb401d3340c21709f2b8a936 /target/linux/orion/patches/101-wnr854t_partition_map.patch
parent9bbfae07d665004c46db04aed1c99dd4d976f934 (diff)
downloadmaster-187ad058-fb8d699ae7e3c612b447ee03db7aa334a5322c2f.tar.gz
master-187ad058-fb8d699ae7e3c612b447ee03db7aa334a5322c2f.tar.bz2
master-187ad058-fb8d699ae7e3c612b447ee03db7aa334a5322c2f.zip
orion: upgrade to 3.18 (compile tested only)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/patches/101-wnr854t_partition_map.patch')
-rw-r--r--target/linux/orion/patches/101-wnr854t_partition_map.patch14
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/orion/patches/101-wnr854t_partition_map.patch b/target/linux/orion/patches/101-wnr854t_partition_map.patch
index 9757d45784..881cfb773e 100644
--- a/target/linux/orion/patches/101-wnr854t_partition_map.patch
+++ b/target/linux/orion/patches/101-wnr854t_partition_map.patch
@@ -1,6 +1,18 @@
--- a/arch/arm/mach-orion5x/wnr854t-setup.c
+++ b/arch/arm/mach-orion5x/wnr854t-setup.c
-@@ -66,6 +66,10 @@ static struct mtd_partition wnr854t_nor_
+@@ -57,15 +57,19 @@ static struct mtd_partition wnr854t_nor_
+ {
+ .name = "kernel",
+ .offset = 0x00000000,
+- .size = 0x00100000,
++ .size = 0x00140000,
+ }, {
+ .name = "rootfs",
+- .offset = 0x00100000,
+- .size = 0x00660000,
++ .offset = 0x00140000,
++ .size = 0x00620000,
+ }, {
.name = "uboot",
.offset = 0x00760000,
.size = 0x00040000,