Skip to content

Commit

Permalink
package-kernel: update to v4.4-novena-r9
Browse files Browse the repository at this point in the history
This applies some RTC fixes, which hopefully will improve systemd's
boot reliability.

Signed-off-by: Sean Cross <xobs@kosagi.com>
  • Loading branch information
Sean Cross committed May 19, 2016
1 parent 342b99b commit 49d5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-kernel.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
# A script to build the kernel .deb files, as used by Kosagi.
threads=$(($(grep '^processor' /proc/cpuinfo | cut -d: -f2 | tail -n1)+1))
version=4.4-novena-r8
version=4.4-novena-r9

if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then
echo "Repo has local changes. Stash or commit them."
Expand Down

0 comments on commit 49d5f10

Please sign in to comment.