diff --git a/nanonote-files/data/qi_lb60/scripts/reflash_ben.sh b/nanonote-files/data/qi_lb60/scripts/reflash_ben.sh index c6c0539..c238ec6 100755 --- a/nanonote-files/data/qi_lb60/scripts/reflash_ben.sh +++ b/nanonote-files/data/qi_lb60/scripts/reflash_ben.sh @@ -1,6 +1,6 @@ #!/bin/bash # version of me -__VERSION__="2011-05-22" +__VERSION__="2011-06-01" # use 'http' to download and flash images, use 'file' to flash images present in the PROTOCOL="http" @@ -52,12 +52,16 @@ do *) echo "\ -Usage: $0 [-d ] [-l ] [-h] +Usage: $0 [-d ] [-l ] [-b] [-k] [-r] [-h] -d <> I will download and flash a specific version of OpenWrt images - -l <> I will flash images present in + -l <> I will flash images present in folder: (missing files will be skipped) + -b flash bootloader(u-boot) + -k linux kernel + -r root filesystem + -h you already found out without any arguments, I will download and flash the latest OpenWrt images