diff options
Diffstat (limited to 'targets/ryuglab/scripts/patch')
-rwxr-xr-x | targets/ryuglab/scripts/patch | 10 |
1 files changed, 0 insertions, 10 deletions
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 |