Skip to content

Commit

Permalink
remove BUILD_EXCLUSIVE_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Jan 3, 2025
1 parent 1378dee commit 98e15c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dahdi-linux (1:3.4.0-5+asl) unstable; urgency=medium

* Remove BUILD_EXCLUSIVE_CONFIG for PCI/USB

-- Jason McCormick <[email protected]> Fri, 03 Jan 2025 16:50:54 -0500

dahdi-linux (1:3.4.0-4+asl) unstable; urgency=medium

* Fix version string
Expand Down
2 changes: 1 addition & 1 deletion debian/dkms.conf.in
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 98e15c5

Please sign in to comment.