19 lines
No EOL
486 B
Text
19 lines
No EOL
486 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/fff_$machine-$version-factory.bin
|
|
cp $target/bin/mpc85xx/openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin ./bin/fff_$machine-$version-sysupgrade.bin
|
|
}
|
|
|
|
board_clean() {
|
|
/bin/rm -rf $target bin/*$machine*
|
|
} |