diff options
| author | makefu <github@syntax-fehler.de> | 2013-02-23 15:55:49 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-02-23 15:55:49 +0100 | 
| commit | 001bfd5f2b6890cafd209de4ea360927d4dd8a55 (patch) | |
| tree | ff5805c808afc2fbe460f767f65ae1152fb32776 /minikrebs/profiles/init | |
| parent | 1ca9360f5a35d0c2ee5876bba85f2ead44e5a540 (diff) | |
minikrebs is now a submodule
Diffstat (limited to 'minikrebs/profiles/init')
| m--------- | minikrebs | 0 | ||||
| -rwxr-xr-x | minikrebs/profiles/init | 47 | 
2 files changed, 0 insertions, 47 deletions
diff --git a/minikrebs b/minikrebs new file mode 160000 +Subproject 8fd46a7e3258bff753c42dc43fecfbbc853a685 diff --git a/minikrebs/profiles/init b/minikrebs/profiles/init deleted file mode 100755 index 0add700e..00000000 --- a/minikrebs/profiles/init +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -cd $(dirname $(readlink -f $0)) -if [ ! -e Makefile ] ;then  -    echo "ImageBuilder not checked out yet" -    echo "try running ../prepare $$PROFILE" -    exit 1 -fi - -echo  -rm -r bin/ || echo "no bindir, skipping removal" -if [ -e ./custom_make ];then -    echo "Starting Custom Make" -    sh ./custom_make 2>/dev/null | while read line; do -        echo -n . -    done -else -    echo "No Custom Make Script exists, bailing out!" -    exit 1 -fi - -echo - -if [ -e bin/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin ]; -then -    cat << EOF -finished building  -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 -likely that the image would be too big and does not fit into the tiny FLASH. - -Try removing modules from \`custom_make\` and retry building. -EOF -fi  | 
