From d591260407015d2c451ad8c9e114fe04cf3639bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 14 Jul 2018 21:53:47 +0000 Subject: brcm63xx: initial support for Sky SR102 router MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- target/linux/brcm63xx/profiles/sky.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/brcm63xx/profiles/sky.mk (limited to 'target/linux/brcm63xx/profiles') diff --git a/target/linux/brcm63xx/profiles/sky.mk b/target/linux/brcm63xx/profiles/sky.mk new file mode 100644 index 0000000000..f209794800 --- /dev/null +++ b/target/linux/brcm63xx/profiles/sky.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/SR102 + NAME:=SKY SR102 + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/SR102/Description + Package set optimized for SKY SR102. +endef +$(eval $(call Profile,SR102)) -- cgit v1.2.3