diff --git a/scripts/patch-realsense-ubuntu-odroid-xu4-4.14.sh b/scripts/patch-realsense-ubuntu-odroid-xu4-4.14.sh index 2d004bdcc9..e133fb0f19 100755 --- a/scripts/patch-realsense-ubuntu-odroid-xu4-4.14.sh +++ b/scripts/patch-realsense-ubuntu-odroid-xu4-4.14.sh @@ -103,11 +103,11 @@ then else # Patching kernel for RealSense devices echo -e "\e[32mApplying realsense-uvc patch\e[0m" - patch -p1 < ../scripts/realsense-camera-formats_ubuntu-${ubuntu_codename}-${kernel_branch}.patch + patch -p1 < ../scripts/realsense-camera-formats-${ubuntu_codename}-${kernel_branch}.patch echo -e "\e[32mApplying realsense-metadata patch\e[0m" - patch -p1 < ../scripts/realsense-metadata-ubuntu-${ubuntu_codename}-${kernel_branch}.patch + patch -p1 < ../scripts/realsense-metadata-${ubuntu_codename}-${kernel_branch}.patch echo -e "\e[32mApplying realsense-hid patch\e[0m" - patch -p1 < ../scripts/realsense-hid-ubuntu-${ubuntu_codename}-${kernel_branch}.patch + patch -p1 < ../scripts/realsense-hid-${ubuntu_codename}-${kernel_branch}.patch echo -e "\e[32mApplying realsense-powerlinefrequency-fix patch\e[0m" patch -p1 < ../scripts/realsense-powerlinefrequency-control-fix.patch fi diff --git a/scripts/patch-realsense-ubuntu-odroid.sh b/scripts/patch-realsense-ubuntu-odroid.sh index 6f96de3334..60e336700d 100755 --- a/scripts/patch-realsense-ubuntu-odroid.sh +++ b/scripts/patch-realsense-ubuntu-odroid.sh @@ -94,11 +94,11 @@ then else # Patching kernel for RealSense devices echo -e "\e[32mApplying realsense-uvc patch\e[0m" - patch -p1 < ../scripts/realsense-camera-formats_ubuntu-${ubuntu_codename}-${kernel_branch}.patch + patch -p1 < ../scripts/realsense-camera-formats-${ubuntu_codename}-${kernel_branch}.patch echo -e "\e[32mApplying realsense-metadata patch\e[0m" - patch -p1 < ../scripts/realsense-metadata-ubuntu-${ubuntu_codename}-${kernel_branch}.patch + patch -p1 < ../scripts/realsense-metadata-${ubuntu_codename}-${kernel_branch}.patch echo -e "\e[32mApplying realsense-hid patch\e[0m" - patch -p1 < ../scripts/realsense-hid-ubuntu-${ubuntu_codename}-${kernel_branch}.patch + patch -p1 < ../scripts/realsense-hid-${ubuntu_codename}-${kernel_branch}.patch echo -e "\e[32mApplying realsense-powerlinefrequency-fix patch\e[0m" patch -p1 < ../scripts/realsense-powerlinefrequency-control-fix.patch fi