From 35f515113d6491c98c34d20a172acf61c5d3de9a Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 2 Jun 2011 16:26:29 +0800 Subject: [PATCH] nanonote-files: reflash_ben.sh: add -b -k -r to help message --- nanonote-files/data/qi_lb60/scripts/reflash_ben.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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