From 11206316be18783ba4925e43caf122fb37eddcb9 Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Sun, 26 Jul 2015 19:49:18 +0200 Subject: [PATCH] - removed board_flash function, like done for all the other bsps (see https://github.com/FreifunkFranken/firmware/commit/329b24af321da9fd8cd6f07410f99de795bf5dc2) - removed empty line Signed-off-by: Steffen Pankratz Reviewed-by: Tim Niemeyer --- bsp/board_ubnt-nano-m.bsp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bsp/board_ubnt-nano-m.bsp b/bsp/board_ubnt-nano-m.bsp index c0a7458..c73c5a5 100644 --- a/bsp/board_ubnt-nano-m.bsp +++ b/bsp/board_ubnt-nano-m.bsp @@ -1,4 +1,3 @@ - machine=ubnt-nano-m target=$builddir/$machine @@ -15,10 +14,6 @@ board_postbuild() { cp $target/bin/ar71xx/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin ./bin/ } -board_flash() { - echo "nothing implemented" -} - board_clean() { /bin/rm -rf $target bin/*$machine* }