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

avrdude/: upgrade from avrdude-5.10 to avrdude-5.11.1

Only one trivial context mismatch. Plus a refresh of all the patches.
This commit is contained in:
Werner Almesberger
2012-07-22 10:30:22 -03:00
parent 2f65672dfc
commit f67681360f
8 changed files with 59 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
# --- 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
wget http://download.savannah.gnu.org/releases/avrdude/avrdude-5.11.1.tar.gz
tar xfz avrdude-5.11.1.tar.gz
cd avrdude-5.11.1
ln -s ../patches
quilt push -a
@@ -14,14 +14,14 @@ automake
./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 --------------------------------------------
(From 5.10. Section may need updating for 5.11.1.)
./configure --prefix=/ --host=mipsel-linux
make </dev/null
# the joy of autocrap (we need this to generate avrdude.conf)