bmips: add support for Comtrend VR-3025un
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 11 Jun 2023 08:53:10 +0000 (10:53 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 11 Jun 2023 10:11:39 +0000 (12:11 +0200)
commit0880d5d194d9e509b1f8a6163d6cdc89a9bcba61
treea24828a30d41e4d77237510de24d50ccdb87f54b
parentbb1f3ebd560aaeb34ecf9361bafad1019e270d4d
bmips: add support for Comtrend VR-3025un

The Comtrend VR-3025un is a wifi gigabit router, 2.4 GHz single band with
two external antennas.

Hardware:
 - SoC: Broadcom BCM6368
 - CPU: dual core BMIPS4350 @ 400Mhz
 - RAM: 64 MB DDR
 - Flash: 8 MB parallel NOR
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: miniPCI Broadcom BCM43222 802.11bgn
 - USB: 1x 2.0
 - Buttons: 1x (reset)
 - LEDs: yes
 - UART: yes

Installation via CFE web UI:
  1. Power off the router.
  2. Press reset button near the antenna.
  3. Keep it pressed while powering up during ~20+ seconds.
  4. Browse to http://192.168.1.1 and upload the firmware.
  5. Wait a few minutes for it to finish.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 3baa45fbd8)
target/linux/bmips/bcm6368/base-files/etc/board.d/02_network
target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc
target/linux/bmips/dts/bcm6368-comtrend-vr-3025un.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6368.mk