X-Git-Url: https://git.proxmox.com/?p=pve-kernel-3.10.0.git;a=blobdiff_plain;f=Makefile;h=ca4ecab8854db8ffec6644a3e62f2646ffafd2f8;hp=fe10cff152deb59a4529b5ce0b8f2bbe50d8f873;hb=3c6eeea358b4523a4590acf56be0b3f8d802ed68;hpb=e9284e576519b0c242a18a04ee471019b5b8461f diff --git a/Makefile b/Makefile index fe10cff..ca4ecab 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.2 KERNEL_VER=3.10.0 -PKGREL=9 +PKGREL=10 # also include firmware of previous versrion into # the fw package: fwlist-2.6.32-PREV-pve KREL=2 @@ -147,6 +147,7 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README #cd ${KERNEL_SRC}; patch -p1 <../add-tiocgdev-ioctl.patch #cd ${KERNEL_SRC}; patch -p1 <../fix-nfs-block-count.patch #cd ${KERNEL_SRC}; patch -p1 <../fix-idr-header-for-drbd-compilation.patch + cd ${KERNEL_SRC}; patch -p1 <../n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/' touch $@