aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-10-14 23:20:29 +0100
committerThomas White <taw27@cam.ac.uk>2008-10-14 23:20:29 +0100
commitec010b19cac1d5aea5393a687a91431f2e541101 (patch)
tree4aa0b19fa763dd0dd0f425a90d1c2ecb99140fe9 /build.sh
Initial importopenmoocow-0.1
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..e11b9df
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+om-make-ipkg . openmoocow.control
+scp openmoocow_0.1_armv4t.ipk root@192.168.0.202:~
+ssh root@192.168.0.202 opkg install openmoocow_0.1_armv4t.ipk
+