firmware/bsp/board_wr841nd7.bsp

25 lines
367 B
Plaintext
Raw Normal View History

2013-02-01 06:32:22 +01:00
machine=wr841nd7
target=$builddir/$machine
board_prepare() {
echo "nothing todo" > /dev/null
2013-02-01 06:32:22 +01:00
}
board_prebuild() {
echo "nothing todo" > /dev/null
2013-02-01 06:32:22 +01:00
}
board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-*.bin ./bin/
}
board_flash() {
echo "nothing implemented"
}
board_clean() {
/bin/rm -rf $target bin/*$machine*
}