summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG9
1 files changed, 5 insertions, 4 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 76e65d5..cef4653 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -1,7 +1,8 @@
# Kernel source file
-SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.39-libre/linux-2.6.39-libre.tar.bz2"
+KVER=2.6.39.1
+SRC="http://linux-libre.fsfla.org/pub/linux-libre/releases/${KVER}-libre/linux-${KVER}-libre.tar.bz2"
# Original source directory
-SRCORIG="linux-2.6.39"
+SRCORIG="linux-${KVER}"
# Our source directory
SRCNAME="linux-2.6.39-LIBRE"
# Patches:
@@ -22,7 +23,7 @@ PATCHES=(
# aufs2-standalone-20110519.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.39-1-LIBRE"
+PATCHNAME="patch-${KVER}-1-LIBRE"
# Run this before applying patches
pre_apply() {
@@ -36,7 +37,7 @@ post_apply() {
# this way, minor kernel updates will not break external modules
sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION = |g' Makefile
- # Add Arch logo!
+ # Add Linux-Libre logo!
cp ${startdir}/patches/logo_linux_clut224.ppm drivers/video/logo/
cp ${startdir}/patches/logo_linux_mono.pbm drivers/video/logo/
cp ${startdir}/patches/logo_linux_vga16.ppm drivers/video/logo/