aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-reinstall-all-armv6.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-16 14:47:16 +0200
committerSven Gothel <[email protected]>2012-08-16 14:47:16 +0200
commit3732d0162051ffe56af34ba345b59c15bfc6f552 (patch)
tree39bd013c4985dcf556194a90882c9afd30db9791 /make/scripts/adb-reinstall-all-armv6.sh
parent1272bf884ce32bb723c48999ea6598f58b65f914 (diff)
Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597
Note: Patch set not clean since build*xml files contain 'NEWT Broadcom' driver changes of upcoming commit due to pervious uncommitted work. Will be fixed w/ next commit.
Diffstat (limited to 'make/scripts/adb-reinstall-all-armv6.sh')
-rwxr-xr-xmake/scripts/adb-reinstall-all-armv6.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/scripts/adb-reinstall-all-armv6.sh b/make/scripts/adb-reinstall-all-armv6.sh
new file mode 100755
index 000000000..0e62c5944
--- /dev/null
+++ b/make/scripts/adb-reinstall-all-armv6.sh
@@ -0,0 +1,5 @@
+sdir=`dirname $0`
+
+$sdir/adb-uninstall-all.sh $*
+$sdir/adb-install-all-armv6.sh $*
+