delete some empty lines... ;)

This commit is contained in:
Oliver Voelker 2014-11-10 16:51:15 +01:00 committed by Tim Niemeyer
parent 57db955ee5
commit 4322fde6c2
6 changed files with 0 additions and 12 deletions

View File

@ -1,4 +1,3 @@
machine=wdr4300
target=$builddir/$machine
@ -31,4 +30,3 @@ board_flash() {
board_clean() {
/bin/rm -rf $target bin/*$machine*
}

View File

@ -1,4 +1,3 @@
machine=wdr4900
target=$builddir/$machine
@ -22,4 +21,3 @@ board_flash() {
board_clean() {
/bin/rm -rf $target bin/*$machine*
}

View File

@ -1,4 +1,3 @@
machine=wr1043nd
target=$builddir/$machine
@ -24,4 +23,3 @@ board_flash() {
board_clean() {
/bin/rm -rf $target bin/*$machine*
}

View File

@ -1,4 +1,3 @@
machine=wr740n
target=$builddir/$machine
@ -21,4 +20,3 @@ board_flash() {
board_clean() {
/bin/rm -rf $target bin/*$machine*
}

View File

@ -1,4 +1,3 @@
machine=wr741
target=$builddir/$machine
@ -22,4 +21,3 @@ board_flash() {
board_clean() {
/bin/rm -rf $target bin/*$machine*
}

View File

@ -1,4 +1,3 @@
machine=wr841
target=$builddir/$machine
@ -23,4 +22,3 @@ board_flash() {
board_clean() {
/bin/rm -rf $target bin/*$machine*
}