diff options
Diffstat (limited to 'measure_scripts')
-rwxr-xr-x | measure_scripts/11-patch | 2 | ||||
-rwxr-xr-x | measure_scripts/20-config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/measure_scripts/11-patch b/measure_scripts/11-patch index d29976e..7963ffc 100755 --- a/measure_scripts/11-patch +++ b/measure_scripts/11-patch @@ -6,4 +6,4 @@ cd ../linux git reset --hard -git apply --index < ../other_scripts/shark-ryu-board-patch.patch +git apply --index < ../measure_scripts/shark-ryu-board-patch.patch diff --git a/measure_scripts/20-config b/measure_scripts/20-config index 707b318..d48c35c 100755 --- a/measure_scripts/20-config +++ b/measure_scripts/20-config @@ -68,4 +68,4 @@ conf NETFILTER y conf PACKET y # ugw mmap -chronic ../other_scripts/my-oldconfig.pl +chronic ../measure_scripts/my-oldconfig.pl |