Skip to content
Snippets Groups Projects
  1. Jun 27, 2019
  2. Jun 17, 2019
  3. Jun 15, 2019
  4. Jun 12, 2019
  5. Apr 22, 2019
  6. Apr 19, 2019
  7. Apr 11, 2019
  8. Mar 31, 2019
  9. Mar 29, 2019
  10. Mar 28, 2019
    • David Bauer's avatar
      ipq806x: add support for NETGEAR R7800 (#1669) · a9a4abb6
      David Bauer authored
      The device is broken until the next release. The LEDs are currently not
      working (fixed in current OpenWRT master).
      
      Also give a brief explanation about the BROKEN status being dependent on
      the WiFi chip used and not the SoC family in general.
      a9a4abb6
  11. Mar 15, 2019
  12. Mar 14, 2019
  13. Feb 16, 2019
  14. Feb 09, 2019
  15. Feb 08, 2019
    • David Bauer's avatar
      ramips-mt76x8: add support for TP-Link Archer C50 v4 (#1641) · 1ace3d5b
      David Bauer authored
      This backports the TP-Link Archer C50 v4.
      
      We are dropping the following upstream commits. They add support for the
      TP-Link recovery-flag which enabled the web-recovery. As they are not
      needed for the router to work, we drop them for now.
      
      28cd2ca base-files: sysupgrade: support additional mtd options
      1e06482 mtd: add logic for TP-Link ramips recovery magic
      1ace3d5b
  16. Feb 07, 2019
  17. Feb 03, 2019
  18. Jan 29, 2019
  19. Jan 18, 2019
  20. Jan 17, 2019
  21. Dec 29, 2018
  22. Dec 28, 2018
  23. Dec 23, 2018
  24. Dec 20, 2018
  25. Dec 09, 2018
  26. Nov 14, 2018
  27. Oct 24, 2018
  28. Oct 14, 2018
  29. Oct 11, 2018
  30. Oct 01, 2018
  31. Sep 30, 2018
  32. Sep 23, 2018
    • Sven Eckelmann's avatar
      ar71xx-generic: Reduce SquashFS blocksize to 64K (#1455) · 2b208647
      Sven Eckelmann authored
      Some 32 MB devices like the Nanostation M2 suffer from sudden high loads
      combined with a squashfs related OOM reboot:
      
        logd invoked oom-killer: gfp_mask=0x2420848, order=0, oom_score_adj=0
        CPU: 0 PID: 774 Comm: logd Not tainted 4.4.135 #0
        Stack : 804214dc 00000000 00000001 80480000 8182fa3c 80474803 804028d0 00000306
                804e378c 00001ade 00000040 00000000 00000000 800a7f10 00000006 00000000
                00000000 00000000 804063e0 80c69994 804e6542 800a5e8c 02420848 00000000
                00000001 801fd600 00000000 00000000 00000000 00000000 00000000 00000000
                00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
                ...
        Call Trace:
        [<800721cc>] show_stack+0x54/0x88
        [<800d5468>] dump_header.isra.4+0x48/0x130
        [<800d5c38>] check_panic_on_oom+0x48/0x84
        [<800d5d64>] out_of_memory+0xf0/0x324
        [<800d9888>] __alloc_pages_nodemask+0x6b8/0x724
        [<800d2960>] pagecache_get_page+0x154/0x270
        [<80134cb0>] __getblk_slow+0x15c/0x374
        [<80160418>] squashfs_read_data+0x1c8/0x6e8
        [<80164628>] squashfs_readpage_block+0x32c/0x4d8
        [<801622a4>] squashfs_readpage+0x5bc/0x6d0
        [<800dd030>] __do_page_cache_readahead+0x1f8/0x264
        [<800d479c>] filemap_fault+0x1a8/0x458
        [<800efc1c>] __do_fault+0x64/0xd0
        [<800f2824>] handle_mm_fault+0x4a4/0xb40
        [<80076e98>] __do_page_fault+0x134/0x470
        [<80060820>] ret_from_exception+0x0/0x10
      
      Reduction of the SquashFS blocksize should reduce the problem slightly on
      these nodes. The image size will increase slightly but this should be no
      problem for ar71xx-generic (in contrast to ar71xx-tiny).
      2b208647
Loading