remove BUILD_EXCLUSIVE_CONFIG

This commit is contained in:
Jason D. McCormick 2025-01-03 16:50:58 -05:00
parent 1378deeb70
commit 98e15c5461
No known key found for this signature in database
GPG key ID: 45FCBAEE3B025908
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
EPOCHVER = 1:
RELVER = 3.4.0
DEBVER = 4+asl
DEBVER = 5+asl
PKGNAME = dahdi-linux
ifndef ${RELPLAT}
RELPLAT = deb$(shell lsb_release -rs 2> /dev/null)

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
dahdi-linux (1:3.4.0-5+asl) unstable; urgency=medium
* Remove BUILD_EXCLUSIVE_CONFIG for PCI/USB
-- Jason McCormick <jason@mfamily.org> Fri, 03 Jan 2025 16:50:54 -0500
dahdi-linux (1:3.4.0-4+asl) unstable; urgency=medium
* Fix version string

2
debian/dkms.conf.in vendored
View file

@ -1,7 +1,7 @@
PACKAGE_VERSION="#CVERSION#"
# PCI is required for most devices. USB is used by xpp/ and icE1usb.
BUILD_EXCLUSIVE_CONFIG="CONFIG_PCI CONFIG_USB"
#BUILD_EXCLUSIVE_CONFIG="CONFIG_PCI CONFIG_USB"
# Items below here should not have to change with each driver version
PACKAGE_NAME="dahdi"