aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-04-09 09:56:38 +0200
committerFelix Fietkau <nbd@nbd.name>2018-04-19 14:38:57 +0200
commit9ce5127a49df44cd5f33b374793f9f09b8ef099b (patch)
treeddfb3e67da0d608fb6a3351ed055518381b7b117 /target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch
parentdecbecb0ad7dd5ff9c75006adb17383d9c0f1b53 (diff)
downloadupstream-9ce5127a49df44cd5f33b374793f9f09b8ef099b.tar.gz
upstream-9ce5127a49df44cd5f33b374793f9f09b8ef099b.tar.bz2
upstream-9ce5127a49df44cd5f33b374793f9f09b8ef099b.zip
orion: remove linux 4.4 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch')
-rw-r--r--target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch b/target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch
deleted file mode 100644
index 881cfb773e..0000000000
--- a/target/linux/orion/patches-4.4/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,
- },
- };
-