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

19 lines
418 B
Text

machine=wdr4900
target=$builddir/$machine
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}
board_postbuild() {
cp $target/bin/mpc85xx/openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin ./bin/
cp $target/bin/mpc85xx/openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin ./bin/
}
board_clean() {
/bin/rm -rf $target bin/*$machine*
}