brcm63xx: initial support for Sky SR102 router
authorAndrius Štikonas <andrius@stikonas.eu>
Sat, 14 Jul 2018 21:53:47 +0000 (21:53 +0000)
committerJohn Crispin <john@phrozen.org>
Mon, 16 Jul 2018 13:12:08 +0000 (15:12 +0200)
commitd591260407015d2c451ad8c9e114fe04cf3639bc
treea1e4883e39dcfaf39bcf9f24fd8fd553a761df5c
parentc3f9a1ac0e7ae536552e2745582dc47098cefc07
brcm63xx: initial support for Sky SR102 router

The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
SOC:      BCM63168 (BMIPS4350 V8.0 @400MHz)
Flash size: 16 MiB
RAM size:   128 MiB

Heavily based on patch for OpenWRT Chaos Chalmer.
Original patch and more info can be found at:
https://openwrt.org/toh/sky/sr102

Known issues:
 - Wireless and ADSL modem are not working.

Signed-off-by: Andrius Štikonas <andrius@stikonas.eu>
target/linux/brcm63xx/base-files/etc/board.d/02_network
target/linux/brcm63xx/base-files/etc/diag.sh
target/linux/brcm63xx/base-files/lib/brcm63xx.sh
target/linux/brcm63xx/dts/sr102.dts [new file with mode: 0644]
target/linux/brcm63xx/image/bcm63xx.mk
target/linux/brcm63xx/patches-4.9/598-board_sr102.patch [new file with mode: 0644]
target/linux/brcm63xx/profiles/sky.mk [new file with mode: 0644]