tn3399_openwrt/target/linux/ath79
Nick Hainke f54ac98f8c ath79: add low_mem to tiny image
Devices with SMALL_FLASH enabled have "SQUASHFS_BLOCK_SIZE=1024" in
their config. This significantly increases the cache memory required by
squashfs [0]. This commit enables low_mem leading to a much better
performance because the SQUASHFS_BLOCK_SIZE is reduced to 256.

Example Nanostation M5 (XM):
The image size increases by 128 KiB. However, the memory statisitcs look
much better:

Default tiny build:
------
MemTotal:          26020 kB
MemFree:            5648 kB
MemAvailable:       6112 kB
Buffers:               0 kB
Cached:             3044 kB

low_mem enabled:
-----
MemTotal:          26976 kB
MemFree:            6748 kB
MemAvailable:      11504 kB
Buffers:               0 kB
Cached:             7204 kB

[0] - 7e8af99cf5

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-09-06 02:57:21 +02:00
..
base-files/etc/hotplug.d/ieee80211 ath79: migrate Archer C5 5GHz radio device paths 2022-03-31 18:07:29 +02:00
dts ath79: add support for Extreme Networks WS-AP3805i 2022-08-29 01:09:17 +02:00
files ath79: fix Tx cleanup when NAPI poll budget is zero 2022-07-14 12:51:16 +02:00
generic ath79: add support for Extreme Networks WS-AP3805i 2022-08-29 01:09:17 +02:00
image ath79: add support for Extreme Networks WS-AP3805i 2022-08-29 01:09:17 +02:00
mikrotik ath79: add support for RouterBOARD mAP 2022-06-29 12:36:04 +02:00
nand ath79: add LTE led for GL.iNet GL-XE300 2022-08-05 14:10:42 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.135 2022-08-06 19:58:46 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.59 2022-08-06 19:58:46 +02:00
tiny ath79: add low_mem to tiny image 2022-09-06 02:57:21 +02:00
config-5.10 kernel: Activate CONFIG_GPIOLIB in generic configuration 2022-08-10 21:36:17 +02:00
config-5.15 kernel: Activate CONFIG_GPIOLIB in generic configuration 2022-08-10 21:36:17 +02:00
Makefile ath79: switch to Kernel 5.10 2021-12-21 21:38:52 +01:00
modules.mk