aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/bcm6368/base-files/etc
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2023-06-13 22:45:53 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-15 18:01:20 +0200
commit40966d612efa6fb7909b9ae2140c2fd9d37f331e (patch)
treed70a089d1e549377f83c4cf7fc2ed73ea26332bd /target/linux/bmips/bcm6368/base-files/etc
parente6acfe03dd0c5afdfeeff2826ebb2258b43fe8d9 (diff)
downloadupstream-40966d612efa6fb7909b9ae2140c2fd9d37f331e.tar.gz
upstream-40966d612efa6fb7909b9ae2140c2fd9d37f331e.tar.bz2
upstream-40966d612efa6fb7909b9ae2140c2fd9d37f331e.zip
bmips: add support for Actiontec R1000H
The Actiontec R1000H is a gigabit wifi router, 2.4 GHz single band with two external antennas. It comes with a coaxial HomePNA port. Hardware: - SoC: Broadcom BCM6368 - CPU: dual core BMIPS4350 V3.1 @400Mhz - RAM: 64 MB DDR - Flash: 32 MB parallel NOR - LAN switch: Broadcom BCM53115, 5x 1Gbit - LAN coaxial : 1x HPNA 3.1, CG3211 + CG3213 - Wifi 2.4 GHz: Broadcom BCM4322 802.11bgn - USB: 1x 2.0 - Buttons: 2x, 1 reset - LEDs: 7x - UART: yes The HPNA hardware probably needs a firmware to make the coaxial port work. In the OEM firmware, it's apparently sent with an utility (inhpna) through the ethernet port. Installation via CFE web UI: 1. Connect the UART serial port. 2. Power on the router and press enter at the console prompt to stop the bootloader. 4. Browse to http://192.168.1.1 and upload the OpenWrt CFE firmware 5. Wait a few minutes for it to finish Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com> (cherry picked from commit e1a55de7a7eafd40a4fab5f29153a1a3c3606818)
Diffstat (limited to 'target/linux/bmips/bcm6368/base-files/etc')
-rw-r--r--target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds4
-rw-r--r--target/linux/bmips/bcm6368/base-files/etc/board.d/02_network1
-rw-r--r--target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc1
3 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds b/target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds
index c7e61fe72f..9af5257c11 100644
--- a/target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds
+++ b/target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds
@@ -6,6 +6,10 @@
board_config_update
case "$(board_name)" in
+actiontec,r1000h)
+ ucidef_set_led_usbport "usb" "USB" "green:usb" "usb1-port1" "usb2-port1"
+ ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan"
+ ;;
comtrend,wap-5813n)
ucidef_set_led_usbport "usb" "USB" "green:usb" "usb1-port1" "usb2-port1"
;;
diff --git a/target/linux/bmips/bcm6368/base-files/etc/board.d/02_network b/target/linux/bmips/bcm6368/base-files/etc/board.d/02_network
index 58fba05fec..fabc4216cd 100644
--- a/target/linux/bmips/bcm6368/base-files/etc/board.d/02_network
+++ b/target/linux/bmips/bcm6368/base-files/etc/board.d/02_network
@@ -14,6 +14,7 @@ comtrend,vr-3025un)
ucidef_set_bridge_device switch
ucidef_set_interface_lan "lan1 lan2 lan3 iptv"
;;
+actiontec,r1000h |\
comtrend,wap-5813n |\
netgear,dgnd3700-v1 |\
netgear,dgnd3800b |\
diff --git a/target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc b/target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc
index 63d10c9a8e..f3b1eafdfc 100644
--- a/target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc
+++ b/target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc
@@ -3,6 +3,7 @@
. /lib/functions.sh
case "$(board_name)" in
+actiontec,r1000h |\
comtrend,vr-3025u |\
comtrend,vr-3025un |\
comtrend,wap-5813n |\