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