Browse Source

Merge commit 'c343920' into bfgminer

Luke Dashjr 11 years ago
parent
commit
8bbc27aa1c
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.ASIC

+ 2 - 3
README.ASIC

@@ -140,8 +140,8 @@ by step install for BFGMiner on this distro;
 -----------------Start------------
 cat >/etc/opkg/feeds.conf <<\EOF
 src/gz noarch http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/all/
-src/gz base http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/base/
-src/gz beaglebone http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/machine/beaglebone/
+src/gz base http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/armv7ahf-vfp-neon/base/
+src/gz beaglebone http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/armv7ahf-vfp-neon/machine/beaglebone/
 EOF
 
 opkg update
@@ -152,7 +152,6 @@ opkg update
 opkg install update-alternatives
 opkg install automake autoconf make gcc cpp binutils git less pkgconfig-dev ncurses-dev libtool nano bash i2c-tools-dev
 while ! opkg install libcurl-dev; do true; done
-ln -s aclocal-1.12 /usr/share/aclocal
 
 curl http://www.digip.org/jansson/releases/jansson-2.0.1.tar.bz2 | tar -xjvp
 cd jansson-2.0.1