2
0
forked from Ivasoft/openwrt

ar71xx: Add support for Black Swift

Add support for the Black Swift board:
http://www.black-swift.com/

Took relevant parts and slightly adapted from:
https://github.com/blackswift/openwrt/blob/master/bsb.patch

Signed-off-by: Bruno Randolf <br1@einfach.org>

SVN-Revision: 46651
This commit is contained in:
John Crispin
2015-08-17 06:16:54 +00:00
parent 9b0516c9fc
commit 4463bc017b
10 changed files with 172 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ platform_check_image() {
return 1
;;
bsb | \
dir-825-b1 | \
tew-673gru)
dir825b_check_image "$1" && return 0