Drop support for devices with less than 8/64 MB flash/memory #177

Closed
fbl wants to merge 1 commits from fbl:drop4-32 into master

1 Commits

Author SHA1 Message Date
Fabian Bläse 4b59293d39 Drop support for devices with less than 8/64 MB flash/memory
Memory consumption has increased enough with OpenWrt 21.02, that
devices with 32 MB memory do not work reliably anymore.

It might be possible to work around the 4 MB flash limitation, but
reducing memory consumption is quite a bit harder. It is very likely
that this is only possible with a signifcant reduction of feature.

As we do not support any devices that have enough memory but only 4 MB
of flash, drop support for devices with less than 8/64 MB alltogether.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2021-11-27 22:57:56 +01:00