cosmetic changes

This commit is contained in:
Oliver Voelker 2014-11-11 23:53:35 +01:00
parent 1b075acd6e
commit 29e733a2c8
3 changed files with 4 additions and 11 deletions

View File

@ -1,4 +1,4 @@
config upgrade 'upgrade'
option path '${UPGRADE_PATH}'
option auto 0
option remote 1
option remote 1

View File

@ -121,8 +121,7 @@ prebuild() {
board_prebuild
for template in $(find $target/files -name *.tpl)
do
for template in $(find $target/files -name *.tpl); do
echo "Translating $template .."
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
/bin/rm $template
@ -201,18 +200,12 @@ config() {
;;
esac
fi
}
postbuild() {
board_postbuild
}
flash() {
# some flash tools need an argument..
board_flash $1
}
clean() {
board_clean
/bin/rm -rf bin $builddir
@ -343,4 +336,4 @@ case "$1" in
echo "If you need help to one of these options just type $0 command help"
;;
esac
# vim: noexpandtab
# vim: noexpandtab

View File

@ -6,4 +6,4 @@ BSSID_MESH=02:CA:FF:EE:BA:BE
NETMON_IP=fe80::ff:feee:1
VPN_PROJECT=fff
NTPD_IP=fe80::ff:feee:1%br-mesh
UPGRADE_PATH=http://[fe80::ff:feee:1%br-mesh]/dev/firmware/current/
UPGRADE_PATH=http://[fe80::ff:feee:1%br-mesh]/dev/firmware/current/