about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/update.sh
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-08-30 22:36:56 +0000
committerOrivej Desh <orivej@gmx.fr>2020-09-02 02:51:06 +0000
commit9d0d3a025fdb09b08a70f5678dda8ea6781dbb83 (patch)
tree00f40ed5b4905823ae3e29c9886808aa34581e01 /pkgs/os-specific/linux/kernel/update.sh
parent3db58a2f4c2c0f14b4cca6796b5cf2f30addcc91 (diff)
linux-rt: add update script
Diffstat (limited to 'pkgs/os-specific/linux/kernel/update.sh')
-rwxr-xr-xpkgs/os-specific/linux/kernel/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/update.sh b/pkgs/os-specific/linux/kernel/update.sh
index 55fdce06c9732..560edced36ead 100755
--- a/pkgs/os-specific/linux/kernel/update.sh
+++ b/pkgs/os-specific/linux/kernel/update.sh
@@ -58,6 +58,9 @@ ls $NIXPKGS/pkgs/os-specific/linux/kernel | while read FILE; do
   echo "Updated $OLDVER -> $V"
 done
 
+# Update linux-rt
+COMMIT=1 $NIXPKGS/pkgs/os-specific/linux/kernel/update-rt.sh
+
 # Update linux-libre
 COMMIT=1 $NIXPKGS/pkgs/os-specific/linux/kernel/update-libre.sh