Browse Source

olinux: Fix getopts (remove needed option for source opt)

Sebastien Badia 10 years ago
parent
commit
ee7a9a4770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      olinux/create_sunxi_boot_files.sh

+ 1 - 1
olinux/create_sunxi_boot_files.sh

@@ -36,7 +36,7 @@ TARGET=/olinux/sunxi
 UBOOT_RELEASE=${UBOOT_RELEASE:-'ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2'}
 LINUX_RELEASE=${LINUX_RELEASE:-'https://kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.xz'}
 
-while getopts ":ob:t:l:c:s" opt; do
+while getopts ":ob:t:l:cs" opt; do
   case $opt in
     o)
       OFFLINE=yes