Merge branch 'master' of https://github.com/jiangcuo/pve-arm64-kernel
This commit is contained in:
commit
74c06723b2
2 changed files with 10 additions and 10 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -102,7 +102,7 @@ debian/${PVE_KERNEL_PKG}.%: debian/templates/pve-kernel.%.in
|
|||
install -m 644 ${KERNEL_SRC}/${KERNEL_IMAGE_PATH} debian/${PVE_KERNEL_PKG}/boot/${KERNEL_INSTALL_FILE}-${KVNAME}
|
||||
${MAKE} -C ${KERNEL_SRC} INSTALL_MOD_PATH=${BUILD_DIR}/debian/${PVE_KERNEL_PKG}/ modules_install
|
||||
${MAKE} -C ${KERNEL_SRC} INSTALL_PATH=${BUILD_DIR}debian/${PVE_KERNEL_PKG}/boot dtbs_install
|
||||
|
||||
|
||||
# install zfs drivers
|
||||
install -d -m 0755 debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/zfs
|
||||
install -m 644 ${ZFS_SRC}/module/avl/zavl.ko debian/${PVE_KERNEL_PKG}/lib/modules/${KVNAME}/zfs
|
||||
|
|
18
debian/templates/control.in
vendored
18
debian/templates/control.in
vendored
|
@ -1,7 +1,7 @@
|
|||
Source: pve-kernel
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Fabian Mastenbroek <mail.fabianm@gmail.com>
|
||||
Maintainer: Jiang Cuo <jiangcuo@bingsin.com>
|
||||
Build-Depends: asciidoc,
|
||||
automake,
|
||||
bc,
|
||||
|
@ -28,11 +28,11 @@ Build-Depends: asciidoc,
|
|||
zlib1g-dev,
|
||||
zstd
|
||||
Build-Conflicts: pve-headers-@KVNAME@,
|
||||
Vcs-Git: git://github.com/fabianishere/pve-edge-kernel.git
|
||||
Vcs-Browser: https://github.com/fabianishere/pve-edge-kernel
|
||||
Vcs-Git: git://github.com/jiangcuo/pve-arm64-kernel
|
||||
Vcs-Browser: https://github.com/jiangcuo/pve-arm64-kernel
|
||||
|
||||
Package: linux-tools-@KVMAJMIN@
|
||||
Architecture: any
|
||||
Architecture: arm64
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Depends: linux-base,
|
||||
|
@ -43,7 +43,7 @@ Description: Linux kernel version specific tools for version @KVMAJMIN@
|
|||
version locked tools (such as perf and x86_energy_perf_policy)
|
||||
|
||||
Package: pve-headers-@KVMAJMIN@-edge
|
||||
Architecture: all
|
||||
Architecture: any
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: pve-headers-@KVNAME@,
|
||||
|
@ -53,7 +53,7 @@ Description: Latest Proxmox Edge Kernel Headers
|
|||
series.
|
||||
|
||||
Package: pve-kernel-@KVMAJMIN@-edge
|
||||
Architecture: all
|
||||
Architecture: arm64
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: pve-firmware,
|
||||
|
@ -65,7 +65,7 @@ Description: Latest Proxmox Edge Kernel Image
|
|||
Package: pve-headers-@KVNAME@
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Architecture: arm64
|
||||
Provides: linux-headers,
|
||||
linux-headers-2.6,
|
||||
Depends:
|
||||
|
@ -75,7 +75,7 @@ Description: The Proxmox Edge Kernel Headers
|
|||
Package: pve-kernel-@KVNAME@
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Architecture: arm64
|
||||
Provides: linux-image,
|
||||
linux-image-2.6,
|
||||
Suggests: pve-firmware,
|
||||
|
@ -88,7 +88,7 @@ Description: The Proxmox PVE Kernel Image
|
|||
Package: pve-kernel-libc-dev
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Architecture: arm64
|
||||
Provides: linux-libc-dev,
|
||||
Conflicts: linux-libc-dev,
|
||||
Replaces: linux-libc-dev,
|
||||
|
|
Loading…
Reference in a new issue