tn3399_openwrt/target/linux/ramips/image
Adrian Schmutzler b057862e24 Revert "ramips: fix flash layout for TP-Link TL-WR841N v14"
This reverts commit 1623defbdb.

As already stated in the reverted patch, the OEM firmware will
properly recreate the config partition if it is overwritten by
OpenWrt.

The main reason for adding the partition was the image size
restriction imposed by the 0x3d0000 limitation of the TFTP
flashing process. Addressing this by shrinking the firmware
partition is not a good solution to that problem, though:

1. For a working image, the size of the content has to be smaller
   than the available space, so empty erase blocks will remain.

2. Conceptually, the restriction is on the image, so it makes sense
   to implement it in the same way, and not via the partitioning.
   Users could e.g. do initial flash with TFTP restriction with
   an older image, and then sysupgrade into a newer one, so TFTP
   restriction does not apply.

3. The (content) size of the recovery image is enforced to 0x3d0000
   by the tplink-v2-image command in combination with
   TPLINK_FLASHLAYOUT (flash layout in mktplinkfw2.c) anyway.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-22 18:59:44 +02:00
..
lzma-loader ramips: Add support for mt7621 to lzma-loader 2018-06-21 06:54:42 +02:00
common-tp-link.mk treewide: omit IMAGE_SIZE argument from check-size 2020-03-21 20:02:55 +01:00
Makefile ramips: consolidate Netgear devices for mt7628 2020-07-13 10:37:22 +02:00
mt76x8.mk Revert "ramips: fix flash layout for TP-Link TL-WR841N v14" 2020-07-22 18:59:44 +02:00
mt7620.mk ramips: consolidate recipes with uimage_padhdr 2020-07-11 18:38:42 +02:00
mt7621.mk ramips: add support for D-Link DIR-867/DIR-882 A1 2020-07-16 18:40:20 +02:00
rt288x.mk ramips: tidy up image subtarget Makefiles 2020-05-08 18:58:39 +02:00
rt305x.mk ramips: add support for ZyXEL Keenetic Lite Rev.B 2020-07-08 22:52:40 +02:00
rt3883.mk ramips: tidy up image subtarget Makefiles 2020-05-08 18:58:39 +02:00