8402b5263f
- Fix build with kernel >= 5.4 thanks to https://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=commit;h=45ac6a30f922f4eef54c0120c2a537794b20cf5c - Fix build with kernel >= 5.6 thanks to https://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=commit;h=34b9c77c9ab2794d4e912461e4c1080c4b1f6184 - Fix typo in dahdi-linux.mk - Remove deprecated note about kernel >= 4.0 in Config.in - Add patch to fix build failure with 32-bits kernels raised since https://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=commit;h=ffcd08205c71dcb0e060836359418bef20f07ffa - Update indentation in hash file (two spaces) Fixes: - https://bugs.buildroot.org/show_bug.cgi?id=14311 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
503 B
Plaintext
16 lines
503 B
Plaintext
config BR2_PACKAGE_DAHDI_LINUX
|
|
bool "dahdi-linux"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
DAHDI (Digium/Asterisk Hardware Device Interface) is the open
|
|
source device interface technology used to control Digium and
|
|
other legacy telephony interface cards.
|
|
|
|
DAHDI Linux is the open source device driver framework used to
|
|
interface Asterisk with telephony hardware.
|
|
|
|
http://www.asterisk.org/downloads/dahdi
|
|
|
|
comment "dahdi-linux needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|