firmware/bsp/board_wr740n.bsp

18 lines
308 B
Plaintext

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