diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-18 11:18:54 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-18 11:18:54 +0200 |
commit | b2683b865ea4525078231206522d1afec374553a (patch) | |
tree | a9000f3d1473edc22295089d606142721f582dba /targets | |
parent | 63ecebae6561adbb17739b6404893d19a3ea62c5 (diff) | |
download | linux-conf-perf-b2683b865ea4525078231206522d1afec374553a.tar.gz linux-conf-perf-b2683b865ea4525078231206522d1afec374553a.tar.bz2 linux-conf-perf-b2683b865ea4525078231206522d1afec374553a.zip |
Change patch apply for ryuglab
Patch is now added directly as commit.
Diffstat (limited to 'targets')
-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 |