aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-11 13:51:08 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-08 16:45:08 +0100
commit2a0e0dec02accb77163d8251e1be4fdaa538d8e9 (patch)
tree89a24bd7e6b0ae422c3ed1a345177d6b1fe95cf0 /target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch
parent0a85fcc627098f078b997e9b8b74d1839710bc49 (diff)
downloadupstream-2a0e0dec02accb77163d8251e1be4fdaa538d8e9.tar.gz
upstream-2a0e0dec02accb77163d8251e1be4fdaa538d8e9.tar.bz2
upstream-2a0e0dec02accb77163d8251e1be4fdaa538d8e9.zip
orion: update kernel to version 4.14
This adds support for kernel 4.14 to the target and directly make it the default kernel version to use. This patch is build-tested only, but has never been device-tested. It is only added to preserve the changes in Git history prior to removing this target. Use it with care. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> [rebased and extended commit message, refreshed patches for 4.14.162] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch')
-rw-r--r--target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch b/target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch
deleted file mode 100644
index 881cfb773e..0000000000
--- a/target/linux/orion/patches-4.9/101-wnr854t_partition_map.patch
+++ /dev/null
@@ -1,25 +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,
- },
- };
-