1. 19 7月, 2020 1 次提交
  2. 18 7月, 2020 1 次提交
  3. 10 7月, 2020 1 次提交
  4. 08 7月, 2020 2 次提交
  5. 04 7月, 2020 1 次提交
  6. 03 7月, 2020 2 次提交
  7. 02 7月, 2020 1 次提交
  8. 25 6月, 2020 1 次提交
  9. 21 6月, 2020 1 次提交
  10. 23 5月, 2020 1 次提交
  11. 22 5月, 2020 1 次提交
  12. 09 5月, 2020 1 次提交
  13. 02 5月, 2020 1 次提交
  14. 01 5月, 2020 2 次提交
  15. 06 4月, 2020 1 次提交
    • A
      ramips: improve support for HiWiFi HC5962 (#4195) · b6225235
      AmadeusGhost 提交于
      * ramips: increase HiWiFi HC5962 kernel partition to 4M
      
      Increase kernel partition because 2M is insufficient for 4.19
      Because the partition changes, previous version of OpenWrt cannot upgrade to this version
      Signed-off-by: NDENG Qingfang <dengqf6@mail2.sysu.edu.cn>
      
      * ramips: use all reserved space for HiWiFi HC5962
      
      Idea was from ad6c6361f9f8 ("ath79: enable all space on Netgear ar9344-based WNDR routers")
      
      These stock partitons: "backup", "hw_panic", "overly", firmware_backup", "opt"
      do not contain any device-specific data and can be used for /overlay, resulting in
      121M space
      Users should erase those partitions with command `mtd erase <partition name>` prior to
      upgrading to this version
      Signed-off-by: NDENG Qingfang <dengqf6@mail2.sysu.edu.cn>
      Co-authored-by: NDENG Qingfang <dengqf6@mail2.sysu.edu.cn>
      b6225235
  16. 21 3月, 2020 1 次提交
  17. 17 3月, 2020 1 次提交
    • A
      ramips: add xiaomi_miwifi-r3 support (#3839) · a1807936
      AmadeusGhost 提交于
      * ramips: add xiaomi_miwifi-r3 support
      
      Specification:
       - CPU: 580 MHz
       - Flash size: 128 MiB NAND
       - RAM size: 128 MiB DDR2
       - Wireless No1: SoC-integrated: MT7620A 2x2 MIMO 802.11b/g/n (2.4 GHz)
       - Wireless No2: On-board chip: MT7612E 2x2 MIMO 802.11a/n/ac (5 GHz)
       - Switch: MT7620 built-in 10/100 switch w/ vlan support
       - USB: 2.0 x1
      
      Flash instructions:
       1. access ssh via https://wiki.openwrt.org/toh/xiaomi/mir3
       2. in ssh:
            nvram set flag_last_success=1
            nvram set boot_wait=on
            nvram set uart_en=1
            nvram commit
            mtd write lede-ramips-mt7620-miwifi-r3-squashfs-kernel1.bin kernel1
            mtd write lede-ramips-mt7620-miwifi-r3-squashfs-rootfs0.bin rootfs0
            reboot
      
      If you want to revert back to stock fw while on LEDE:
        insert usb stick (FAT/FAT32) with stock fw renamed to miwifi.bin
        fw_setenv flag_last_success 0
        power off the device
        hold the reset button and power on the device, keep holding the reset button until yellow led starts blinking.
      Signed-off-by: NChen Minqiang <ptpt52@gmail.com>
      
      * ramips: add mt7620-nand driver for NAND flash
      
      This add the mt7620-nand driver
      and enable nand ubifs for subtarget mt7620
      Signed-off-by: NChen Minqiang <ptpt52@gmail.com>
      Co-authored-by: NChen Minqiang <ptpt52@gmail.com>
      a1807936
  18. 15 3月, 2020 1 次提交
  19. 22 2月, 2020 2 次提交
  20. 08 2月, 2020 1 次提交
  21. 05 2月, 2020 1 次提交
  22. 15 12月, 2019 1 次提交
  23. 14 12月, 2019 1 次提交
  24. 11 12月, 2019 1 次提交
  25. 08 12月, 2019 2 次提交
  26. 07 12月, 2019 1 次提交
  27. 26 10月, 2019 1 次提交
  28. 08 10月, 2019 1 次提交
  29. 27 9月, 2019 2 次提交
  30. 12 9月, 2019 1 次提交
  31. 14 8月, 2019 1 次提交
    • I
      ramips: add support for ADSLR G7 · fe024b84
      ITdesk01 提交于
      SoC: MT7621AT
      RAM: 256MB
      Flash: 16M SPI
      Ethernet: 5x GE ports
      WiFi: 2.4G: MT7615N
      5G: MT7615N
      
      Flash instruction:
      1.Modify the file to linux.bin
      2.Set up FTP service
      3.Computer settings fixed IP: 192.168.179.50 255.255.255.0
      4.Turn on the power and press and hold the reset button until the indicator light is on for about 5 seconds.
      Signed-off-by: NZhenjian Zhang <itdesk.zhang@gmail.com>
      fe024b84
  32. 12 5月, 2019 1 次提交
  33. 20 4月, 2019 1 次提交
  34. 15 4月, 2019 1 次提交