mirror of
https://github.com/AllStarLink/dahdi-linux.git
synced 2026-08-26 14:27:35 -04:00
remove BUILD_EXCLUSIVE_CONFIG
This commit is contained in:
parent
1378deeb70
commit
98e15c5461
3 changed files with 8 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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
2
debian/dkms.conf.in
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue