diff options
Diffstat (limited to 'targets')
-rwxr-xr-x | targets/ryuglab/scripts/boot | 2 | ||||
-rwxr-xr-x | targets/ryuglab/scripts/patch | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot index 4efb1e2..19d50a3 100755 --- a/targets/ryuglab/scripts/boot +++ b/targets/ryuglab/scripts/boot @@ -5,7 +5,7 @@ sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 # Boot using novaboot cd `dirname $0` -cd ../cyclictest +cd ../boot ln -sf ../../../jobfiles/linuxImage uImage ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot diff --git a/targets/ryuglab/scripts/patch b/targets/ryuglab/scripts/patch deleted file mode 100755 index 1467ae9..0000000 --- a/targets/ryuglab/scripts/patch +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -cd `dirname $0` -cd ../../../linux - -git reset --hard - -git am ../targets/ryuglab/shark-ryu-board-patch.patch |