Skip to content

Commit

Permalink
board_flash removed
Browse files Browse the repository at this point in the history
unused
  • Loading branch information
Oliver Voelker committed Nov 11, 2014
1 parent 29e733a commit 329b24a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions bsp/board_wdr4300.bsp
Expand Up @@ -23,10 +23,6 @@ board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin ./bin/
}

board_flash() {
echo "nothing implemented"
}

board_clean() {
/bin/rm -rf $target bin/*$machine*
}
4 changes: 0 additions & 4 deletions bsp/board_wdr4900.bsp
Expand Up @@ -14,10 +14,6 @@ board_postbuild() {
cp $target/bin/mpc85xx/openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin ./bin/
}

board_flash() {
echo "nothing implemented"
}

board_clean() {
/bin/rm -rf $target bin/*$machine*
}
4 changes: 0 additions & 4 deletions bsp/board_wr1043nd.bsp
Expand Up @@ -16,10 +16,6 @@ board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin ./bin/
}

board_flash() {
echo "nothing implemented"
}

board_clean() {
/bin/rm -rf $target bin/*$machine*
}
4 changes: 0 additions & 4 deletions bsp/board_wr740n.bsp
Expand Up @@ -13,10 +13,6 @@ board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr740n-v4-squashfs-*.bin ./bin/
}

board_flash() {
echo "nothing implemented"
}

board_clean() {
/bin/rm -rf $target bin/*$machine*
}
4 changes: 0 additions & 4 deletions bsp/board_wr741.bsp
Expand Up @@ -14,10 +14,6 @@ board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v4-squashfs-*.bin ./bin/
}

board_flash() {
echo "nothing implemented"
}

board_clean() {
/bin/rm -rf $target bin/*$machine*
}
4 changes: 0 additions & 4 deletions bsp/board_wr841.bsp
Expand Up @@ -15,10 +15,6 @@ board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr841n-v9-squashfs-*.bin ./bin/
}

board_flash() {
echo "nothing implemented"
}

board_clean() {
/bin/rm -rf $target bin/*$machine*
}

0 comments on commit 329b24a

Please sign in to comment.