diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-06-11 10:53:10 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-06-11 12:11:39 +0200 |
commit | 0880d5d194d9e509b1f8a6163d6cdc89a9bcba61 (patch) | |
tree | a24828a30d41e4d77237510de24d50ccdb87f54b /target/linux/bmips/image/bcm6368.mk | |
parent | bb1f3ebd560aaeb34ecf9361bafad1019e270d4d (diff) | |
download | upstream-0880d5d194d9e509b1f8a6163d6cdc89a9bcba61.tar.gz upstream-0880d5d194d9e509b1f8a6163d6cdc89a9bcba61.tar.bz2 upstream-0880d5d194d9e509b1f8a6163d6cdc89a9bcba61.zip |
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)
Diffstat (limited to 'target/linux/bmips/image/bcm6368.mk')
-rw-r--r-- | target/linux/bmips/image/bcm6368.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/bmips/image/bcm6368.mk b/target/linux/bmips/image/bcm6368.mk index e7d907fddb..67f8bbb09f 100644 --- a/target/linux/bmips/image/bcm6368.mk +++ b/target/linux/bmips/image/bcm6368.mk @@ -14,6 +14,19 @@ define Device/comtrend_vr-3025u endef TARGET_DEVICES += comtrend_vr-3025u +define Device/comtrend_vr-3025un + $(Device/bcm63xx-cfe) + DEVICE_VENDOR := Comtrend + DEVICE_MODEL := VR-3025un + CHIP_ID := 6368 + CFE_BOARD_ID := 96368M-1341N + FLASH_MB := 8 + DEVICE_PACKAGES += $(USB2_PACKAGES) \ + $(B43_PACKAGES) broadcom-43222-sprom \ + kmod-leds-gpio +endef +TARGET_DEVICES += comtrend_vr-3025un + define Device/netgear_dgnd3700-v1 $(Device/bcm63xx-netgear) DEVICE_VENDOR := NETGEAR |