diff options
author | Your Name <you@example.com> | 2013-02-08 16:32:11 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2013-02-08 16:32:11 +0000 |
commit | 505a2ce4b6a43ba3eacbc87c1edccc3285556346 (patch) | |
tree | f3f04fbc45309cddc1399885f0f0a079e863fbf2 /minikrebs/profiles/init | |
parent | 679ffb2c93a976ec025c144e0ae55ecba2b89a8c (diff) | |
parent | 6228db160f3c2d710c87938c4ef2c5b819da764d (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'minikrebs/profiles/init')
-rwxr-xr-x | minikrebs/profiles/init | 8 |
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 |