diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:20 +0000 |
commit | 26d0a2beff51ff398a4447572cfa1d886a0005ad (patch) | |
tree | 3962fbbd45fcadf68911c6b89f9f1413e0f0977b /target/linux/ar71xx/generic | |
parent | e6956d528c8c7d0e091c5f987d39bdbaf108746d (diff) | |
download | upstream-26d0a2beff51ff398a4447572cfa1d886a0005ad.tar.gz upstream-26d0a2beff51ff398a4447572cfa1d886a0005ad.tar.bz2 upstream-26d0a2beff51ff398a4447572cfa1d886a0005ad.zip |
v3: CC : ar71xx: Backport Support for the Bitmain Antminer S3
Backport of r46236 to CC : add support for the Bitmain Antminer S3
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/antminer.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/antminer.mk b/target/linux/ar71xx/generic/profiles/antminer.mk index 366982c885..404133b8ca 100644 --- a/target/linux/ar71xx/generic/profiles/antminer.mk +++ b/target/linux/ar71xx/generic/profiles/antminer.mk @@ -15,3 +15,14 @@ define Profile/ANTMINER_S1/Description Package set optimized for the Bitmain Antminer S1. endef $(eval $(call Profile,ANTMINER_S1)) + +define Profile/ANTMINER_S3 + NAME:=Antminer S3 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-crypto-manager kmod-i2c-gpio-custom kmod-usb-hid +endef + + +define Profile/ANTMINER_S1/Description + Package set optimized for the Bitmain Antminer S3. +endef +$(eval $(call Profile,ANTMINER_S3)) |