From 00e7bd3cf9644412e670148bbb94fa43d5bc6a29 Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Tue, 26 Mar 2024 15:39:41 +0200 Subject: [PATCH] PR #12799 from dmipx: l4t: uvc patch fix localversion (cherry picked from commit ed5532911da2910d466ca0f299cd215e9eb1709e) --- scripts/patch-realsense-ubuntu-L4T.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch-realsense-ubuntu-L4T.sh b/scripts/patch-realsense-ubuntu-L4T.sh index e58a2c79ac..4205bc6b2c 100755 --- a/scripts/patch-realsense-ubuntu-L4T.sh +++ b/scripts/patch-realsense-ubuntu-L4T.sh @@ -140,7 +140,7 @@ if [ "4.4" = "$PATCHES_REV" ]; then sed -i '/CONFIG_HID_SENSOR_GYRO_3D/c\CONFIG_HID_SENSOR_GYRO_3D=m' .config sed -i '/CONFIG_HID_SENSOR_IIO_COMMON/c\CONFIG_HID_SENSOR_IIO_COMMON=m\nCONFIG_HID_SENSOR_IIO_TRIGGER=m' .config fi -make ARCH=arm64 prepare modules_prepare -j$(($(nproc)-1)) +make ARCH=arm64 prepare modules_prepare LOCALVERSION='' -j$(($(nproc)-1)) #Remove previously applied patches git reset --hard