1. 07 8月, 2020 1 次提交
  2. 06 8月, 2020 2 次提交
  3. 05 8月, 2020 2 次提交
    • D
      ramips: use mt proprietary driver for XiaoMI MI R4 (#5244) · 85808a07
      DoveKi 提交于
      85808a07
    • C
      linux: improve exFAT support (#5249) · 413d8692
      CN_SZTL 提交于
      * staging: remove staging exfat driver
      
      This will be replaced with the driver found in newer kernels.
      Signed-off-by: NRosen Penev <rosenp@gmail.com>
      
      * exfat: add out of tree module
      
      >From an email conversation with the person responsible for upstreaming
      the exFAT driver, it seems the staging one in kernel 5.4 is not so
      good. Excerpts below.
      
      Namjae Jeon:
      Hm... exfat in 5.4 kernel  that we did crap shit long time ago is
      contributed by someone who we don't know.
      This version is unstable and low quality code. We have been improving
      it continuously.
      and staging version exfat is removed from linux 5.7 kernel.
      
      linux exfat oot  version is a backport of exfat in linux 5.7 kernel to
      support lower version kernel, and it is a real.
      You can see the patch history fro linux-exfat-oot.
      this version support timezone and boot sector verification feature newly.
      and better filesystem structure and much clean code quality that
      reviewed by high profile kernel developers. and add many bug fixes.
      And this version is officially maintained by me and kernel guys.
      
      I would not recommend to use staging exfat version.
      Signed-off-by: NRosen Penev <rosenp@gmail.com>
      
      * automount: switch exFAT driver to high performance ver
      Co-authored-by: NRosen Penev <rosenp@gmail.com>
      413d8692
  4. 30 7月, 2020 1 次提交
  5. 29 7月, 2020 2 次提交
  6. 28 7月, 2020 1 次提交
  7. 27 7月, 2020 1 次提交
  8. 26 7月, 2020 2 次提交
  9. 23 7月, 2020 1 次提交
    • A
      luci-app-mtwifi: add wifi relay support (#5168) · 6f156e44
      AmadeusGhost 提交于
      * luci-app-mtwifi: add wifi relay support
      
      Source code: Nossiac/mtk-openwrt-feeds
      Based on commit 'wireless: wext: remove ndo_do_ioctl fallback'
      
      * luci-app-mtwifi: fix ap-scan failed
      
      * luci-app-mtwifi: show overview when relay is enabled
      6f156e44
  10. 22 7月, 2020 2 次提交
  11. 20 7月, 2020 6 次提交
  12. 19 7月, 2020 4 次提交
  13. 18 7月, 2020 1 次提交
  14. 17 7月, 2020 2 次提交
  15. 14 7月, 2020 2 次提交
  16. 13 7月, 2020 2 次提交
  17. 12 7月, 2020 2 次提交
    • A
      gmediarender: fix compilation (#5070) · ed6be7ea
      AmadeusGhost 提交于
      ed6be7ea
    • J
      xlnetacc: adjust iface event handling strategy (#5076) · 00938c8e
      Jason Zang 提交于
      出于以下两个原因,调整快鸟服务对于iface事件的处理策略:
      1. 快鸟服务跟随系统启动,ifup事件使快鸟服务重复启动,出现2个快鸟脚本运行实例(原始脚本对于重复运行的判断失效,原因未知)。修改为restart后可保证快鸟服务启动前关闭正在运行的快鸟服务。
      2. ifdown事件后不应该立即停止快鸟服务。iface下线后,快鸟脚本无法访问快鸟服务器进行账户注销。未正常注销的账户在外部ip变动后重新上线会触发812错误(12或24小时内无法提速)。因此ifdown事件触发后不停止快鸟服务,而是等iface重新上线(网络恢复正常)后重启服务,以此保证账户注销流程可以正常进行。
      00938c8e
  18. 10 7月, 2020 3 次提交
  19. 09 7月, 2020 2 次提交
  20. 08 7月, 2020 1 次提交