diff --git a/bsp/default/root_file_system/etc/config/firmware.tpl b/bsp/default/root_file_system/etc/config/firmware.tpl index 49c61bd..1c2e7d6 100644 --- a/bsp/default/root_file_system/etc/config/firmware.tpl +++ b/bsp/default/root_file_system/etc/config/firmware.tpl @@ -1,4 +1,4 @@ config upgrade 'upgrade' option path '${UPGRADE_PATH}' option auto 0 - option remote 1 + option remote 1 \ No newline at end of file diff --git a/buildscript b/buildscript index 2fa8d4d..94d1884 100755 --- a/buildscript +++ b/buildscript @@ -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 \ No newline at end of file diff --git a/community/franken.cfg b/community/franken.cfg index 55cd2da..8f65307 100644 --- a/community/franken.cfg +++ b/community/franken.cfg @@ -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/ \ No newline at end of file