firmware/bsp/board_ubnt-nano-m.bsp

21 lines
415 B
Plaintext

machine=ubnt-nano-m
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-ubnt-nano-m-squashfs-factory.bin ./bin/
cp $target/bin/ar71xx/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin ./bin/
}
board_clean() {
/bin/rm -rf $target bin/*$machine*
}