firmware/bsp/board_wr842.bsp

18 lines
319 B
Plaintext

machine=wr842
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-wr842n-v2-squashfs-*.bin ./bin/
}
board_clean() {
/bin/rm -rf $target bin/*$machine*
}