From 5df68fa7b732c4f58283bbd2496fc0cd9a8c7507 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Wed, 19 Aug 2015 17:28:08 +0200
Subject: Fix wrong folder and remove unused script

In boot script was old name usable before previous commit.
Also patch script removed This script is no longer required, because
path is applied in submodule.
---
 targets/ryuglab/scripts/boot  |  2 +-
 targets/ryuglab/scripts/patch | 10 ----------
 2 files changed, 1 insertion(+), 11 deletions(-)
 delete mode 100755 targets/ryuglab/scripts/patch

(limited to 'targets')

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
-- 
cgit v1.2.3