1. 02 12月, 2020 1 次提交
  2. 28 11月, 2020 1 次提交
  3. 21 11月, 2020 1 次提交
    • A
      ramips: add support for JCG Y2 (#5815) · 73e554da
      AmadeusGhost 提交于
      JCG Y2 is an AC1300M router
      
      Hardware specs:
        SoC: MediaTek MT7621AT
        Flash: Winbond W25Q128JVSQ 16MiB
        RAM: Nanya NT5CB128M16 256MiB
        2.4GHz: MT7615D 2x2
        5GHz: MT7615D 2x2
        Ethernet: 1 x WAN and 4 x LAN
        LED: POWER, INTERNET, 2.4G, 5G
        USB: 1 x 3.0
        Button: Reset
      
      Flash instructions:
        Upload factory.bin in stock firmware's upgrade page.
      Signed-off-by: NAmadeusGhost <amadeus@jmu.edu.cn>
      73e554da
  4. 14 11月, 2020 2 次提交
  5. 10 11月, 2020 2 次提交
  6. 26 10月, 2020 1 次提交
  7. 23 10月, 2020 1 次提交
  8. 21 10月, 2020 1 次提交
  9. 20 10月, 2020 2 次提交
  10. 19 10月, 2020 1 次提交
    • A
      ipq40xx: add support for Century WR142AC (#5670) · 74598943
      AmadeusGhost 提交于
      This commit add support for the yyets_le router.
      
      Hardware Highlights:
      
      SoC:	  Qualcomm IPQ4019 717 MHz
      RAM:	  512M NT5CC256M16ER-EK
      Flash:    32M SPI NOR MX25L25635F
      WIFI1:    2.4 GHz 2T2R integrated
      WIFI2:    5 GHz 2T2R integrated
      Ethernet: Qualcomm QCA8075 (4x LAN, 1x WAN)
      USB:      1x 3.0
      LEDS:     power, wlan2g, wlan5g, usb
      Button:   Reset
      
      Installation:
       Upload the firmware on the upgrade page of the stcok, and this will
       take a few minutes.
      
      This commit also supports the addition of a 128M nand flash version,
      just use the P&W R619AC's OpBoot to overwrite the original uboot.
      Signed-off-by: NAmadeusGhost <amadeus@jmu.edu.cn>
      74598943
  11. 13 10月, 2020 3 次提交
  12. 10 10月, 2020 1 次提交
    • C
      kernel: bump 5.4 to 5.4.69 (#5587) · 64debc95
      CN_SZTL 提交于
      Seemingly unneeded based on new upstream code so manually deleted:
       platform/820-usb-0007-usb-dwc3-gadget-increase-timeout-value-for-send-ep-c.patch
      
      Manually merged:
       generic-hack/251-sound_kconfig.patch
      
      All other modifications made by update_kernel.sh
      
      Build system: x86_64
      Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711
      Run-tested: ipq806x/R7800
      
      No dmesg regressions, everything functional
      Signed-off-by: NJohn Audia <graysky@archlinux.us>
      Co-authored-by: NJohn Audia <graysky@archlinux.us>
      64debc95
  13. 07 10月, 2020 3 次提交
  14. 03 10月, 2020 2 次提交
    • A
      kernel: bump 5.4 to 5.4.68 (#5555) · 86bc29e4
      AmadeusGhost 提交于
      [mac80211]
       ca5ee6e mac80211: Fix potential endless loop
       2c14710 mac80211: add more AQL fixes/improvements
       91fb3ce mac80211: remove an obsolete patch that is no longer doing anything useful
       acf1733 mac80211: add preliminary support for enabling 802.11ax in config
       d717343 mac80211: update encap offload patches to the latest version
       673062f mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limited
       caf7277 mac80211: do not allow bigger VHT MPDUs than the hardware supports
       cd36c0d mac80211: select the first available channel for 5GHz interfaces
       1c6d456 mac80211: fix regression in station connection monitor optimization
       4bd7689 mac80211: update sta connection monitor regression fix
      
      [target]
       Sync: at91, ath25, ath79, lantiq, mediatek, mvebu.
      86bc29e4
    • C
      rockchip: improve FriendlyElec NanoPi R2S support (#5578) · b5fa901e
      CN_SZTL 提交于
      * rockchip: refresh NanoPi R2S patches
      
      Update the patches for the NanoPi R2S to the v3 sent (and accepted)
      upstream.
      Signed-off-by: NDavid Bauer <mail@david-bauer.net>
      
      * rockchip: rk3328: add compatible to NanoPi R2S ethernet PHY
      
      This adds the compatible property to the NanoPi R2S ethernet PHY node.
      Otherwise, the PHY might not be probed, as the PHY ID reads all 0xff
      when it is still in reset.
      Signed-off-by: NDavid Bauer <mail@david-bauer.net>
      
      * uboot-rockchip: update NanoPi R2S patches
      
      Update the patches required for the NanoPi R2S to match the DTS accepted
      for upstream Linux. The U-Boot patch meanwhile is still pending
      upstream.
      Signed-off-by: NDavid Bauer <mail@david-bauer.net>
      
      * rockchip: refresh target patches
      Signed-off-by: NCN_SZTL <cnsztl@project-openwrt.eu.org>
      Co-authored-by: NCN_SZTL <cnsztl@project-openwrt.eu.org>
      Co-authored-by: Nwevsty <ty@wevs.org>
      
      * rockchip: fix NanoPi R2S PHY ID
      
      Fix the PHY ID for the NanoPi R2S PHY compatible to match the used PHY.
      The ID was wrong as I've accidentally picked the wrong upstream patch.
      Signed-off-by: NDavid Bauer <mail@david-bauer.net>
      Co-authored-by: NDavid Bauer <mail@david-bauer.net>
      Co-authored-by: Nwevsty <ty@wevs.org>
      b5fa901e
  15. 11 9月, 2020 1 次提交
  16. 01 9月, 2020 1 次提交
  17. 30 8月, 2020 1 次提交
    • C
      kernel: bump to 4.14.195, 5.4.60 (#5376) · 12d0742f
      CN_SZTL 提交于
      * kernel: bump 5.4 to 5.4.60
      
      Deleted upstream patches:
        generic:
          041-genirq-affinity-Make-affinity-setting-if-activated-o.patch
        ipq806x:
          093-5-v5.8-ipq806x-PCI-qcom-Define-some-PARF-params-needed-for-ipq8064-SoC.patch
          093-6-v5.8-ipq806x-PCI-qcom-Add-support-for-tx-term-offset-for-rev-2_1_0.patch
      
      Merged manually:
        ipq806x:
          093-4-v5.8-ipq806x-PCI-qcom-Use-bulk-clk-api-and-assert-on-error.patch
        layerscape:
          804-crypto-0016-MLKU-114-1-crypto-caam-reduce-page-0-regs-access-to-.patch
      
      Build-tested: ath79/generic, ipq806x, layerscape/armv7, layerscape/armv8_64b
      Run-tested: ipq806x (R7800)
      Signed-off-by: NAdrian Schmutzler <freifunk@adrianschmutzler.de>
      
      * kernel: Update kernel 4.14 to version 4.14.195
      
      Compile and runtime tested on lantiq/xrx200 and x86/64.
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Co-authored-by: NAdrian Schmutzler <freifunk@adrianschmutzler.de>
      Co-authored-by: NHauke Mehrtens <hauke@hauke-m.de>
      12d0742f
  18. 27 8月, 2020 1 次提交
  19. 26 8月, 2020 1 次提交
    • A
      kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350) · 404209f6
      AmadeusGhost 提交于
      kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
        431fb8c mac80211: add AQL improvements
        6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
        0106820 mac80211: add missing return code checks in AQL improvements
        e7f7101 mac80211: rework encapsulation offload support
      
      [package]
        base-files: add function for generating random MAC
        dnsmasq: abort dhcp_check on interface state
        boot: sync upstream source code
        ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
      
      [script]
        download: add China Mirror Station
      
      [target]
        Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
              mediatek, mvebu, octeon, oxnas, pistachio, uml
        Sync most of the target patches.
      
      Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
      404209f6
  20. 18 8月, 2020 1 次提交
  21. 11 8月, 2020 1 次提交
  22. 09 8月, 2020 1 次提交
  23. 07 8月, 2020 1 次提交
  24. 05 8月, 2020 1 次提交
  25. 29 7月, 2020 1 次提交
  26. 26 7月, 2020 1 次提交
  27. 20 7月, 2020 3 次提交
  28. 19 7月, 2020 1 次提交
  29. 18 7月, 2020 1 次提交
  30. 17 7月, 2020 1 次提交