brcm2708: add Raspberry Pi 3 support
[openwrt.git] / target / linux / brcm2708 / image / gen_rpi_sdcard_img.sh
index 1b7e65e..ffe01fa 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 set -x 
-[ $# == 5 ] || {
+[ $# -eq 5 ] || {
     echo "SYNTAX: $0 <file> <bootfs image> <rootfs image> <bootfs size> <rootfs size>"
     exit 1
 }