1. 11 10月, 2022 4 次提交
  2. 10 10月, 2022 10 次提交
  3. 08 10月, 2022 1 次提交
  4. 06 10月, 2022 2 次提交
    • N
      ath79: add low_mem to tiny image · f579b853
      Nick Hainke 提交于
      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] - https://github.com/freifunk-gluon/gluon/commit/7e8af99cf504ca1dc389f282a0c94f4a911571beSigned-off-by: NNick Hainke <vincent@systemli.org>
      (cherry picked from commit f54ac98f)
      f579b853
    • N
      ath79: move ubnt-xm to tiny · 4b5bd150
      Nick Hainke 提交于
      ath79 has was bumped to 5.10. With this, as with every kernel change,
      the kernel has become larger. However, although the kernel gets bigger,
      there are still enough flash resources. But the RAM reaches its capacity
      limits. The tiny image comes with fewer kernel flags enabled and
      fewer daemons.
      
      Improves: 15aa53d7 ("ath79: switch to Kernel 5.10")
      Tested-by: NRobert Foss <me@robertfoss.se>
      Signed-off-by: NNick Hainke <vincent@systemli.org>
      (cherry picked from commit f4415f76)
      4b5bd150
  5. 04 10月, 2022 16 次提交
  6. 03 10月, 2022 7 次提交