firmware/bsp/board_wr841.bsp
Oliver Voelker 329b24af32 board_flash removed
unused
2014-11-12 00:25:41 +01:00

21 lines
471 B
Plaintext

machine=wr841
target=$builddir/$machine
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}
board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-*.bin ./bin/
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr841n-v8-squashfs-*.bin ./bin/
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr841n-v9-squashfs-*.bin ./bin/
}
board_clean() {
/bin/rm -rf $target bin/*$machine*
}