From a0e3ad301e9caa54f1abe204cb8ec4d0f805b79d Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 22 May 2015 09:46:14 +0200 Subject: [PATCH] web: Correct fw path for atusb release and make rsync verbose --- web/Makefile | 2 +- web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Makefile b/web/Makefile index cd036af..67124fc 100644 --- a/web/Makefile +++ b/web/Makefile @@ -8,7 +8,7 @@ GEN=atben-pcba-small.jpg atusb-pcba-small.jpg \ all: $(GEN) upload: index.html zoom.html $(GEN) $(DL) - rsync -e ssh index.html zoom.html releases $(DL) $(GEN) \ + rsync -e ssh -av index.html zoom.html releases/ $(DL) $(GEN) \ www-data@downloads.qi-hardware.com:werner/wpan/web/ 800px-Atben_atusb_prod_03.jpg: diff --git a/web/index.html b/web/index.html index f82090c..7a24797 100644 --- a/web/index.html +++ b/web/index.html @@ -143,7 +143,7 @@ Here is an overview of the status of the various project elements: Firmware Finishing source, - 0.2 release + 0.2 release Device driver Finishing mainlining through linux-wpan (bluetooh-next tree)