Skip to content
Snippets Groups Projects
  1. Jul 01, 2021
  2. Jun 30, 2021
  3. Jun 29, 2021
    • David Bauer's avatar
      Merge pull request #2255 from blocktrron/pr-u6-lr · ab4c9984
      David Bauer authored
      mediatek-mt7622: add support for UniFi 6 LR
      ab4c9984
    • David Bauer's avatar
      Merge pull request #2254 from Dark4MD/new-device-mi4a-gigabit · 4e00f1f6
      David Bauer authored
      ramips-mt7621: add Xiaomi Mi Router 4A (Gigabit Edition)
      4e00f1f6
    • David Bauer's avatar
      Merge pull request #2253 from Dark4MD/new-device-mi4c · 436e39b4
      David Bauer authored
      ramips-mt76x8: add Xiaomi Mi Router 4C
      436e39b4
    • David Bauer's avatar
    • David Bauer's avatar
      gluon-core: use HE radio mode if available · 260a75cd
      David Bauer authored
      
      Configure a radio for HE (802.11ax) operation in case it's supported by
      the hardware. This can be the case for 2.4 GHz as well as 5 GHz.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      260a75cd
    • Dark4MD's avatar
      ramips-mt76x8: add Xiaomi Mi Router 4C · aab7d8ac
      Dark4MD authored
      Specifications:
      
      - CPU: MediaTek MT7628AN (580MHz)
      - Flash: 16MB
      - RAM: 64MB DDR2
      - 2.4 GHz: IEEE 802.11b/g/n with Integrated LNA and PA
      - Antennas: 4x external single band antennas
      - WAN: 1x 10/100M
      - LAN: 2x 10/100M
      - LEDs: 2x yellow/blue. Programmable (labelled as power on case)
                            - Non-programmable (shows WAN activity)
      - Button: Reset
      
      How to install:
      
      1- Use OpenWRTInvasion to gain telnet and ftp access.
      2- Push openwrt firmware to /tmp/ using ftp.
      3- Connect to router using telnet. (IP: 192.168.31.1 -
         Username: root - No password)
      4- Use command "mtd -r write /tmp/firmware.bin OS1" to flash into
         the router..
      5- It takes around 2 minutes. After that router will restart itself
         to OpenWrt.
      aab7d8ac
    • Dark4MD's avatar
      ramips-mt7621: add Xiaomi Mi Router 4A (Gigabit Edition) · a5e085b5
      Dark4MD authored
      Specifications:
      
      - SoC:      MediaTek MT7621
      - Flash:    16 MiB NOR SPI
      - RAM:      128 MiB DDR3
      - Ethernet: 3x 10/100/1000 Mbps (switched, 2xLAN + WAN)
      - WIFI0:    MT7603E 2.4GHz 802.11b/g/n
      - WIFI1:    MT7612E 5GHz 802.11ac
      - Antennas: 4x external (2 per radio), non-detachable
      - LEDs:     Programmable "power" LED (two-coloured, yellow/blue)
                  Non-programmable "internet" LED (shows WAN activity)
      - Buttons:  Reset
      
      Installation:
      
      Bootloader won't accept any serial input unless "boot_wait" u-boot
      environment variable is changed to "on".
      
      Vendor firmware won't accept any serial input until "uart_en" is
      set to "1".
      
      Using the https://github.com/acecilia/OpenWRTInvasion exploit you
      can gain access to shell to enable these options:
      
      To enable uart keyboard actions - 'nvram set uart_en=1'
      To make uboot delay boot work - 'nvram set boot_wait=on'
      Set boot delay to 5 - 'nvram set bootdelay=5'
      
      Then run 'nvram commit' to make the changes permanent.
      
      Once in the shell (following the OpenWRTInvasion instructions) you
      can then run the following to flash OpenWrt and then reboot:
      
      'cd /tmp; curl https://downloads.openwrt.org/...-sysupgrade.bin
        --output firmware.bin; mtd -e OS1 -r write firmware.bin OS1'
      a5e085b5
  4. Jun 28, 2021
  5. Jun 27, 2021
    • David Bauer's avatar
      modules: update OpenWrt · 4985b218
      David Bauer authored
      e16a45f258 iwinfo: update to latest Git HEAD
      0c51b265bf iwinfo: update to latest Git HEAD
      85cef1cf22 kernel: bump 5.4 to 5.4.128
      e171d11f55 libusb: Fix parsing of descriptors for multi-configuration devices
      3d62b5d5c6 base-files: fix /tmp/TZ when zoneinfo not installed
      3047df2317 base-files: fix zoneinfo support
      ab5010d170 exfat: update to 5.12.3
      72d93c1ba4 realtek: Fix failsafe mode
      7a5a247c1f base-files: failsafe: Remove the VLAN modifier from interface name
      c0fdfd15fc base-files: failsafe: Fix IP configuration
      98b1a6435f kernel: Backport patch to automatically bring up DSA master when opening user port
      ec780bdb92 kernel-5.4: backport latest patches for wireguard
      82c700de67 hostapd: fix handling of the channel utilization options
      1247a6bb35 bcm4908: fix Ethernet broken state after interface restart
      25daa921da bcm4908: add kmod-gpio-button-hotplug
      74dbf3412b base-files: fix typo in config_generate MAC check
      125deb4d78 base-files: set MAC for bridge ports (devices) instead of bridge itself
      e410ef8389 hostapd: wolfssl: add RNG to EC key
      f6d8c0cf2b wolfssl: always export wc_ecc_set_rng
      56228e9393 ath79: don't autodetect AR8033 PHY capabilities
      2e157714a8 build,json: fix generation with empty profiles
      8add3e139c build: preserve profiles.json between builds
      4985b218
  6. Jun 26, 2021
  7. Jun 25, 2021
  8. Jun 21, 2021
Loading