Skip to content

Commit

Permalink
PR #12801 from Nir-Az: Cherry Pick PR #12799 l4t: uvc patch fix local…
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
Nir-Az authored Mar 26, 2024
2 parents 6c46ffe + 00e7bd3 commit 421da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch-realsense-ubuntu-L4T.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 421da0b

Please sign in to comment.