summaryrefslogtreecommitdiffstats
path: root/minikrebs
diff options
context:
space:
mode:
authortimm <timm@timm-700Z3C-700Z5C.(none)>2013-02-08 17:22:40 +0100
committertimm <timm@timm-700Z3C-700Z5C.(none)>2013-02-08 17:22:40 +0100
commit4107615bf00330f9645e8e4d97faa903a936e76b (patch)
tree07405103975bdcfb19ad4967c2d7c74c1f74af07 /minikrebs
parent194e1622b0b901780ceea40ea9c453c573b69995 (diff)
print message after building for the mr3020, too
Diffstat (limited to 'minikrebs')
-rwxr-xr-xminikrebs/profiles/init8
1 files changed, 8 insertions, 0 deletions
diff --git a/minikrebs/profiles/init b/minikrebs/profiles/init
index df9fcfcd..0add700e 100755
--- a/minikrebs/profiles/init
+++ b/minikrebs/profiles/init
@@ -29,6 +29,14 @@ You can use the following images:
Factory : $PWD/bin/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin
System Upgrade: $PWD/bin/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin
EOF
+elif [ -e bin/ar71xx/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin ];
+then
+ cat << EOF
+finished building
+You can use the following images:
+ Factory : $PWD/bin/ar71xx/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin
+ System Upgrade: $PWD/bin/ar71xx/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-sysupgrade.bin
+EOF
else
cat << EOF
It seems like the factory image has not been created, it is most