2
0
forked from Ivasoft/openwrt

V2 ar71xx : Add Support for the Bitmain Antrouter R1

This patch adds support for the Bitmain Antrouter R1

http://wiki.openwrt.org/toh/bitmain/r1

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

SVN-Revision: 48058
This commit is contained in:
John Crispin
2016-01-01 21:21:13 +00:00
parent e0019b33a4
commit 9242d27b4a
12 changed files with 144 additions and 1 deletions

View File

@@ -26,3 +26,14 @@ define Profile/ANTMINERS3/Description
Package set optimized for the Bitmain Antminer S3.
endef
$(eval $(call Profile,ANTMINERS3))
define Profile/ANTROUTERR1
NAME:=Antrouter-R1
PACKAGES:=kmod-usb-core kmod-usb2
endef
define Profile/ANTROUTERR1/Description
Package set optimized for the Bitmain Antrouter R1.
endef
$(eval $(call Profile,ANTROUTERR1))