From 9242d27b4a91c2cf2e787d3a893de3a95890e717 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Jan 2016 21:21:13 +0000 Subject: 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 SVN-Revision: 48058 --- target/linux/ar71xx/generic/profiles/antminer.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic/profiles/antminer.mk') diff --git a/target/linux/ar71xx/generic/profiles/antminer.mk b/target/linux/ar71xx/generic/profiles/antminer.mk index d59a089d22..0b1550797a 100644 --- a/target/linux/ar71xx/generic/profiles/antminer.mk +++ b/target/linux/ar71xx/generic/profiles/antminer.mk @@ -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)) -- cgit v1.2.3