1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

uart/avrdude: renamed to ./avrdude (i.e., moved to the top-level)

This commit is contained in:
Werner Almesberger
2011-03-07 13:49:28 -03:00
parent a05155e15e
commit 271a50f3c2
6 changed files with 0 additions and 0 deletions

30
avrdude/README Normal file
View File

@@ -0,0 +1,30 @@
# --- build instructions common for OpenWRT and Jlime -------------------------
wget http://download.savannah.gnu.org/releases/avrdude/avrdude-5.10.tar.gz
tar xfz avrdude-5.10.tar.gz
cd avrdude-5.10
quilt push -a
aclocal
automake
# --- build instructions for OpenWRT ------------------------------------------
./configure --prefix=/ --host=mipsel-openwrt-linux
make
# the joy of autocrap (we need this to generate avrdude.conf)
./configure --prefix=/ --host=mipsel-openwrt-linux
scp avrdude.conf ben:/etc/
scp avrdude ben:/usr/bin/
# --- build instructions for Jlime --------------------------------------------
./configure --prefix=/ --host=mipsel-linux
make </dev/null
# the joy of autocrap (we need this to generate avrdude.conf)
./configure --prefix=/ --host=mipsel-linux
scp avrdude.conf jlime:/etc/
scp avrdude jlime:/usr/bin/