openwrt: adapt the avrdude rst/sck/mosi/miso gpio pin mapping for Dragino

This commit is contained in:
Bart Van Der Meerssche 2010-11-05 21:23:56 +01:00
parent 9130c5294f
commit 54e38ad77e
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ diff -urNad /tmp/avrdude-5.10/avrdude.conf.in avrdude-5.10/avrdude.conf.in
+ id = "gpio";
+ desc = "Use gpio_dev to bitbang GPIO lines";
+ type = gpio;
+ reset = 6;
+ reset = 0;
+ sck = 3;
+ mosi = 2;
+ miso = 1;
+ mosi = 1;
+ miso = 2;
+;
+
# Same as above, different name