bmips: add support for Comtrend AR-5381u
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 11 Jun 2023 16:44:36 +0000 (18:44 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 12 Jun 2023 16:54:42 +0000 (18:54 +0200)
commit8f1251a95150b0e30d8a07521c8d4b5e1f6a7a7e
tree4eb36041a34108438d791f780f6b20752c143d2f
parentf3ec4a2790a4f1bdde2f745d0cb319260c8cee49
bmips: add support for Comtrend AR-5381u

The Comtrend AR-5381u is a wifi fast ethernet router, 2.4 GHz single band with
two internal antennas.

Hardware:
 - SoC: Broadcom BCM6328
 - CPU: single core BMIPS4350 @ 320Mhz
 - RAM: 64 MB DDR
 - Flash: 16 MB SPI NOR
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: miniPCI Broadcom BCM43225 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 power switch.
  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 bcdf861519)
target/linux/bmips/bcm6328/base-files/etc/board.d/02_network
target/linux/bmips/bcm6328/base-files/etc/uci-defaults/09_fix_crc
target/linux/bmips/dts/bcm6328-comtrend-ar-5381u.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6328.mk