summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2017-06-05 11:57:42 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2017-06-05 11:57:42 +0200
commit34451fa038171b9d5bd30f918bed8ce4ece99c61 (patch)
tree7683f02d8022bfc071e08a8aa16c3fdaa004d5ed
parent45b05666fb4ac1d935becb5c00c640659597d087 (diff)
downloadchd_openwrt-34451fa038171b9d5bd30f918bed8ce4ece99c61.zip
chd_openwrt-34451fa038171b9d5bd30f918bed8ce4ece99c61.tar.gz
chd_openwrt-34451fa038171b9d5bd30f918bed8ce4ece99c61.tar.bz2
Fix for 9a1fd3e on dev : list the files on manual execution
(pattern has changed, since there is no codename but git hash)
-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