summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PATCHCFG4
1 files changed, 2 insertions, 2 deletions
diff --git a/PATCHCFG b/PATCHCFG
index cef4653..4512b80 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,5 +1,5 @@
# Kernel source file
-KVER=2.6.39.1
+KVER=2.6.39.3
SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/${KVER}-libre/linux-${KVER}-libre.tar.bz2"
# Original source directory
SRCORIG="linux-${KVER}"
@@ -33,7 +33,7 @@ pre_apply() {
# Run this after applying patches
post_apply() {
# remove the extraversion from Makefile
- # this ensures our kernel version is always 2.6.XX-ARCH
+ # this ensures our kernel version is always 2.6.XX-LIBRE
# this way, minor kernel updates will not break external modules
sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION = |g' Makefile