From 0194915336b74da95f1d570c0a39ccf3f5b740c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 Sep 2017 10:41:17 +0200 Subject: [PATCH] build: update for 4.13/artful --- Makefile | 10 +++++----- control.tools | 2 +- find-firmware.pl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index ca47db1..f03f760 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ PKGREL=23 # the fw package: fwlist-2.6.32-PREV-pve KREL=3 -KERNEL_SRC=ubuntu-zesty -KERNEL_SRC_SUBMODULE=submodules/ubuntu-zesty +KERNEL_SRC=ubuntu-artful +KERNEL_SRC_SUBMODULE=submodules/ubuntu-artful EXTRAVERSION=-${KREL}-pve KVNAME=${KERNEL_VER}${EXTRAVERSION} @@ -62,7 +62,7 @@ PVE_DEB=${PVEPKG}_${RELEASE}-${PKGREL}_all.deb VIRTUALHDRPACKAGE=pve-headers VIRTUAL_HDR_DEB=${VIRTUALHDRPACKAGE}_${RELEASE}-${PKGREL}_all.deb -LINUX_TOOLS_PKG=linux-tools-4.10 +LINUX_TOOLS_PKG=linux-tools-4.13 LINUX_TOOLS_DEB=${LINUX_TOOLS_PKG}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb DEBS=${DST_DEB} ${HDR_DEB} ${PVE_DEB} ${VIRTUAL_HDR_DEB} ${LINUX_TOOLS_DEB} @@ -133,8 +133,8 @@ ${LINUX_TOOLS_DEB}: .compile_mark control.tools changelog.Debian copyright echo 9 > linux-tools/debian/compat cp changelog.Debian linux-tools/debian/changelog cp copyright linux-tools/debian - mkdir -p linux-tools/debian/linux-tools-4.10/usr/bin - install -m 0755 ${KERNEL_SRC}/tools/perf/perf linux-tools/debian/linux-tools-4.10/usr/bin/perf_4.10 + mkdir -p linux-tools/debian/linux-tools-4.13/usr/bin + install -m 0755 ${KERNEL_SRC}/tools/perf/perf linux-tools/debian/linux-tools-4.13/usr/bin/perf_4.13 cd linux-tools; for i in ${LINUX_TOOLS_DH_LIST}; do dh_$$i; done lintian ${LINUX_TOOLS_DEB} diff --git a/control.tools b/control.tools index 3ad6c27..08434a0 100644 --- a/control.tools +++ b/control.tools @@ -1,7 +1,7 @@ Source: pve-kernel Maintainer: Proxmox Support Team -Package: linux-tools-4.10 +Package: linux-tools-4.13 Architecture: any Section: devel Priority: optional diff --git a/find-firmware.pl b/find-firmware.pl index a19fa21..dce8dc8 100755 --- a/find-firmware.pl +++ b/find-firmware.pl @@ -8,7 +8,7 @@ die "no directory to scan" if !$dir; die "no such directory" if ! -d $dir; -die "strange directory name" if $dir !~ m|^(.*/)?(4.10.\d+\-\d+\-pve)(/+)?$|; +die "strange directory name" if $dir !~ m|^(.*/)?(4.13.\d+\-\d+\-pve)(/+)?$|; my $apiver = $2;