aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-12-22 17:35:04 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-24 09:40:46 +0100
commita18488a0aadc0ceca9561f93f4456839b9302857 (patch)
tree89bc6cc693e9400950a2c1a1bd21ced0da63afca /target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch
parent0d5ba94088efab1701c07c9ab65cdee38e16fcd3 (diff)
downloadupstream-a18488a0aadc0ceca9561f93f4456839b9302857.tar.gz
upstream-a18488a0aadc0ceca9561f93f4456839b9302857.tar.bz2
upstream-a18488a0aadc0ceca9561f93f4456839b9302857.zip
orion: remove linux 3.18 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch')
-rw-r--r--target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch b/target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch
deleted file mode 100644
index 0839ca4a18..0000000000
--- a/target/linux/orion/patches-3.18/101-wnr854t_partition_map.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/arch/arm/mach-orion5x/wnr854t-setup.c
-+++ b/arch/arm/mach-orion5x/wnr854t-setup.c
-@@ -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,
-+ }, {
-+ .name = "image", // for sysupgrade
-+ .offset = 0x00000000,
-+ .size = 0x00760000,
- },
- };