Browse Source

Bugfix: README.ASIC: KnCMiner: Use supported Angstrom feeds only

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

+ 2 - 3
README.ASIC

@@ -139,8 +139,8 @@ by step install for BFGMiner on this distro;
 -----------------Start------------
 -----------------Start------------
 cat >/etc/opkg/feeds.conf <<\EOF
 cat >/etc/opkg/feeds.conf <<\EOF
 src/gz noarch http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/all/
 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
 EOF
 
 
 opkg update
 opkg update
@@ -151,7 +151,6 @@ opkg update
 opkg install update-alternatives
 opkg install update-alternatives
 opkg install automake autoconf make gcc cpp binutils git less pkgconfig-dev ncurses-dev libtool nano bash i2c-tools-dev
 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
 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
 curl http://www.digip.org/jansson/releases/jansson-2.0.1.tar.bz2 | tar -xjvp
 cd jansson-2.0.1
 cd jansson-2.0.1