Skip to content

Commit

Permalink
revert this line
Browse files Browse the repository at this point in the history
  • Loading branch information
Malini Das committed Mar 6, 2012
1 parent 4eb3552 commit 0c969be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract-files.sh
Expand Up @@ -289,7 +289,7 @@ COMMON_WIFI="
wifi.conf
wpa_supplicant.conf
"
if [ $FIRMWARE = "ZSKI3" -o $FIRMWARE = "XXKI3" -o $FIRMWARE = "XXKI4" -o $FIRMWARE = "XWKI4" ]; then
if [ $FIRMWARE = "ZSKI3" -o $FIRMWARE = "XXKI3" -o $FIRMWARE = "XXKI4" -o $FIRMWARE = "XWKI4" -o $FIRMWARE = "UHKI2" ]; then
COMMON_WIFI="$COMMON_WIFI nvram_net.txt_murata"
fi
Expand Down

0 comments on commit 0c969be

Please sign in to comment.