diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-16 09:12:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-16 09:12:52 +0300 |
| commit | 77cae8318c00d9dda7a7bd1fbdb52e48e183ca85 (patch) | |
| tree | 57e83f93db175534847c0433dd614bd446fcc0a1 /cmake/debian/debian.cmake | |
| parent | 326bd429d349538cd2cd7781a36ebe6db6e2f403 (diff) | |
| parent | 9505f3fe72f7930e94aec51188babcabe783e4da (diff) | |
| download | accel-ppp-77cae8318c00d9dda7a7bd1fbdb52e48e183ca85.tar.gz accel-ppp-77cae8318c00d9dda7a7bd1fbdb52e48e183ca85.zip | |
Merge pull request #349 from nuclearcat/pptp-drop-out-of-tree-driver
pptp: drop the out-of-tree kernel driver
Diffstat (limited to 'cmake/debian/debian.cmake')
| -rw-r--r-- | cmake/debian/debian.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cmake/debian/debian.cmake b/cmake/debian/debian.cmake index 8db274a6..89ab9993 100644 --- a/cmake/debian/debian.cmake +++ b/cmake/debian/debian.cmake @@ -9,22 +9,6 @@ if (NOT DEFINED MODULES_KDIR) ) endif() -if (BUILD_PPTP_DRIVER) - if (BUILD_DRIVER_ONLY) - SET(CPACK_PACKAGE_VERSION_MAJOR "0") - SET(CPACK_PACKAGE_VERSION_MINOR "8") - SET(CPACK_PACKAGE_VERSION_PATCH "5") - SET(CPACK_PACKAGING_INSTALL_PREFIX "/") - SET(CPACK_PACKAGE_NAME "accel-pptp-kmod") - SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "accel-pptp kernel module") - SET(CPACK_DEBIAN_PACKAGE_DEPENDS "") - SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/cmake/debian-kmod/postinst") - endif () - #INSTALL(DIRECTORY lib/modules/${DEBIAN_KDIR}/extra) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/driver/driver/pptp.ko DESTINATION /lib/modules/${MODULES_KDIR}/extra) - #SET(CPACK_DEBIAN_PACKAGE_DEPENDS "linux-image (= ${LINUX_IMAGE})") -endif (BUILD_PPTP_DRIVER) - if (BUILD_IPOE_DRIVER) if (BUILD_DRIVER_ONLY) SET(CPACK_PACKAGING_INSTALL_PREFIX "/") |
