wok diff get-wifi-firmware/stuff/get-wifi-firmware @ rev 21825

Up lz4 (1.9.2) & zstd (1.4.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 11 10:54:36 2019 +0200 (2019-09-11)
parents a13a6c5b176e
children c07aaa614a02
line diff
     1.1 --- a/get-wifi-firmware/stuff/get-wifi-firmware	Sun Aug 12 15:55:25 2012 +0200
     1.2 +++ b/get-wifi-firmware/stuff/get-wifi-firmware	Wed Sep 11 10:54:36 2019 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  MODULE_LIST=""
     1.6  while read module desc ; do
     1.7 -	[ "$MODULE" == "$module" ] && desc="$SHORT_DESC"
     1.8 +	[ "$MODULE" = "$module" ] && desc="$SHORT_DESC"
     1.9  	MODULE_LIST="$MODULE_LIST $module"
    1.10  done <<EOT
    1.11  b43		Broadcom $MODULE firmware.
    1.12 @@ -205,12 +205,12 @@
    1.13  cd $TOP
    1.14  rm -rf $TMP
    1.15  
    1.16 -if [ "$1" == "--firmware" ] ; then 
    1.17 +if [ "$1" = "--firmware" ] ; then 
    1.18      echo "just install firmare: yes"
    1.19      JUST_INSTALL_FIRMWARE="yes"
    1.20  fi
    1.21  
    1.22 -if [ ! "$JUST_INSTALL_FIRMWARE" == "yes" ]; then
    1.23 +if [ ! "$JUST_INSTALL_FIRMWARE" = "yes" ]; then
    1.24  	echo "configuring and loading module ..."
    1.25  	# Check if we need wpa_supplicant
    1.26  	. $ROOT/etc/network.conf