summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-openwrt-dev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-openwrt-dev.sh b/build-openwrt-dev.sh
index bc6194c..734f59e 100755
--- a/build-openwrt-dev.sh
+++ b/build-openwrt-dev.sh
@@ -404,7 +404,7 @@ res=$?
echo
if [ $res -eq 0 ]
then echo "Image ready: "
- ls -la bin/ar71xx/openwrt-*-ar71xx-generic-tl-*-v*-squashfs-*
+ ls -la bin/ar71xx/openwrt*ar71xx-generic-tl-*-v*-squashfs-*
echo
else echo "Something went wrong, sorry"
fi