0b1550797a818e30b57e6f23a929fb43b83d5811
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / antminer.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/ANTMINERS1
9 NAME:=Antminer-S1
10 PACKAGES:=kmod-usb-core kmod-usb2 kmod-crypto-manager kmod-i2c-gpio-custom kmod-usb-hid
11 endef
12
13
14 define Profile/ANTMINERS1/Description
15 Package set optimized for the Bitmain Antminer S1.
16 endef
17 $(eval $(call Profile,ANTMINERS1))
18
19 define Profile/ANTMINERS3
20 NAME:=Antminer-S3
21 PACKAGES:=kmod-usb-core kmod-usb2 kmod-crypto-manager kmod-i2c-gpio-custom kmod-usb-hid
22 endef
23
24
25 define Profile/ANTMINERS3/Description
26 Package set optimized for the Bitmain Antminer S3.
27 endef
28 $(eval $(call Profile,ANTMINERS3))
29
30 define Profile/ANTROUTERR1
31 NAME:=Antrouter-R1
32 PACKAGES:=kmod-usb-core kmod-usb2
33 endef
34
35
36 define Profile/ANTROUTERR1/Description
37 Package set optimized for the Bitmain Antrouter R1.
38 endef
39 $(eval $(call Profile,ANTROUTERR1))