diff options
author | Andrius Štikonas <andrius@stikonas.eu> | 2018-07-14 21:53:47 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-16 15:12:08 +0200 |
commit | d591260407015d2c451ad8c9e114fe04cf3639bc (patch) | |
tree | a1e4883e39dcfaf39bcf9f24fd8fd553a761df5c /target/linux/brcm63xx/image | |
parent | c3f9a1ac0e7ae536552e2745582dc47098cefc07 (diff) | |
download | upstream-d591260407015d2c451ad8c9e114fe04cf3639bc.tar.gz upstream-d591260407015d2c451ad8c9e114fe04cf3639bc.tar.bz2 upstream-d591260407015d2c451ad8c9e114fe04cf3639bc.zip |
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>
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/bcm63xx.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index b9ecd54064..6a2a9bfb4a 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -1020,6 +1020,18 @@ define Device/NEUFBOX6 endef TARGET_DEVICES += NEUFBOX6 +define Device/SR102 + $(Device/bcm63xx) + DEVICE_TITLE := SKY-SR102 + DEVICE_DTS := sr102 + CFE_BOARD_ID := BSKYB_63168 + CFE_CHIP_ID := 63268 + CFE_EXTRAS += --rsa-signature "$(VERSION_DIST)-$(firstword $(subst -,$(space),$(REVISION)))" + DEVICE_PACKAGES := \ + $(B43_PACKAGES) $(USB2_PACKAGES) +endef +TARGET_DEVICES += SR102 + ### T-Com ### define Device/SPW303V $(Device/bcm63xx) |