Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RTAI bodging for 4.19 (second pass)
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Ari <neotheuser@ymail.com>
NTULINUX committed Jul 4, 2024
1 parent 0b66759 commit 8df1c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/configure
Original file line number Diff line number Diff line change
@@ -238,7 +238,7 @@ case $TARGET in
EXTRA_RECOMMENDS="$EXTRA_RECOMMENDS, linux-image-rt-amd64 [linux-amd64], linux-image-rt-686-pae [linux-i386]"
CONFIGURE_REALTIME_ARG=--with-realtime=uspace
;;
4.14.174-rtai-amd64|4.19.195-rtai-amd64|5.4.258-rtai-amd64)
4.14.174-rtai-amd64|4.19.195-rtai-amd64|4.19.296-rtai-amd64|5.4.258-rtai-amd64)
CONFIGURE_REALTIME_ARG=--with-realtime=/usr/realtime-$KERNEL_VERSION
;;
*)

0 comments on commit 8df1c1e

Please sign in to comment.