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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user