diff options
Diffstat (limited to 'targets/ryuglab/scripts')
-rwxr-xr-x | targets/ryuglab/scripts/patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/scripts/patch b/targets/ryuglab/scripts/patch index 0b59ff1..1467ae9 100755 --- a/targets/ryuglab/scripts/patch +++ b/targets/ryuglab/scripts/patch @@ -7,4 +7,4 @@ cd ../../../linux git reset --hard -git apply --index < ../targets/ryuglab/shark-ryu-board-patch.patch +git am ../targets/ryuglab/shark-ryu-board-patch.patch |