aboutsummaryrefslogtreecommitdiff
path: root/ryuglab_scripts/11-patch
diff options
context:
space:
mode:
Diffstat (limited to 'ryuglab_scripts/11-patch')
-rwxr-xr-xryuglab_scripts/11-patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/ryuglab_scripts/11-patch b/ryuglab_scripts/11-patch
new file mode 100755
index 0000000..7b9ba8e
--- /dev/null
+++ b/ryuglab_scripts/11-patch
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+cd ../linux
+
+git reset --hard
+
+git apply --index < ../ryuglab_scripts/shark-ryu-board-patch.patch