2
0
forked from Ivasoft/openwrt

brcm2708: add Raspberry Pi 3 support

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 48967
This commit is contained in:
John Crispin
2016-03-08 18:11:55 +00:00
parent cd2114e19c
commit 993989880a
11 changed files with 443 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org
# Copyright (C) 2015-2016 OpenWrt.org
ifname=""
@@ -21,6 +21,9 @@ brcm2708_detect() {
"Raspberry Pi 2 Model B Rev"*)
board_name="rpi-2-b"
;;
"Raspberry Pi 3 Model B Rev"*)
board_name="rpi-3-b"
;;
*)
board_name="unknown"
;;