bcm63xx: Add support for D-Link DSL-2750u rev C1
This adds support for the D-Link DSL-2750u rev C1. (https://deviwiki.com/wiki/D-Link_DSL-2750U_rev_C1) It uses the same hardware as ADB P.DG A4001N. CPU: Broadcom BCM63281 (320 MHz) RAM: 32M (Winbond W9725G6JB) Flash: 8M (MXIC MX25L6445E) Ethernet: 4x 100 Mbps Wireless: 802.11b/g/n: BCM43225 USB: 1x 2.0 Flash instructions: 1. Assign static IP 192.168.1.100 to PC 2. Unplug the power source 3. Press the RESET button at the router, don't release it yet! 4. Plug the power source.Wait some seconds 5. Release the RESET button 6. Browse to http://192.168.1.1 7. Send the openwrt-bcm63xx-generic-DSL2750U-C1-squashfs-cfe.bin and wait some minutes until the firmware upgrade finish. Signed-off-by: Ahmed Naseef <naseefkm@gmail.com> [DTS improvements, proper board patch, refresh patches] Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
committed by
Álvaro Fernández Rojas
parent
0efbfef4f6
commit
8eeb57acb7
@@ -571,6 +571,19 @@ define Device/d-link_dsl-274xb-f1
|
||||
endef
|
||||
TARGET_DEVICES += d-link_dsl-274xb-f1
|
||||
|
||||
define Device/d-link_dsl-2750u-c1
|
||||
$(Device/bcm63xx)
|
||||
DEVICE_VENDOR := D-Link
|
||||
DEVICE_MODEL := DSL-2750U
|
||||
DEVICE_VARIANT := C1
|
||||
IMAGES += sysupgrade.bin
|
||||
CFE_BOARD_ID := 963281TAVNG
|
||||
CHIP_ID := 6328
|
||||
FLASH_MB := 8
|
||||
DEVICE_PACKAGES := $(USB2_PACKAGES) $(B43_PACKAGES)
|
||||
endef
|
||||
TARGET_DEVICES += d-link_dsl-2750u-c1
|
||||
|
||||
define Device/d-link_dsl-275xb-d1
|
||||
$(Device/bcm63xx)
|
||||
DEVICE_VENDOR := D-Link
|
||||
|
||||
Reference in New Issue
Block a user