[dahdi-commits] dahdi/linux.git branch "next" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Tue Nov 27 05:08:54 CST 2018
branch "next" has been updated
via 60aaff12896102126b4e0bcef2eec7458bec620d (commit)
via 75620dd9ef6ac746745a1ecab4ef925a5b9e2988 (commit)
via f47c9bd9285d4c9d15f47a4cfbd2a00a5a1eaa13 (commit)
via 40f4f86ffae6775c4f0f82005e0450c99da39601 (commit)
via 29cb229cd3f1d252872b7f1924b6e3be941f7ad3 (commit)
via a66e88e666229092a96d54e5873d4b3ae79b1ce3 (commit)
via a36d2662546e56c5be44e610bd5fd9deed57a9bb (commit)
via 3697450317a7bd60bfa7031aad250085928d5c47 (commit)
via 3748456d22122cf807b47d5cf6e2ff23183f440d (commit)
via 04e759f9c5a6f76ed88bc6ba6446fb0c23c1ff55 (commit)
via dade6ac6154b58c4f5b6f178cc09de397359000b (commit)
via 14198aee8532bbafed2ad1297177f8e0e0f13f50 (commit)
via 60d058cc7a064b6e07889f76dd9514059c303e0f (commit)
via bfdfc4728c033381656b59bf83aa37187b5dfca8 (commit)
from f95fff65883893defc79ae5c25ab04bf29afe80a (commit)
Summary of changes:
Makefile | 1 +
README | 220 +-
drivers/dahdi/Kbuild | 15 +-
drivers/dahdi/Kconfig | 68 -
drivers/dahdi/pciradio.c | 1891 ----
drivers/dahdi/pciradio.rbt |10531 ----------------------
drivers/dahdi/tor2-hw.h | 186 -
drivers/dahdi/tor2.c | 1537 ----
drivers/dahdi/tormenta2.rbt |17482 -------------------------------------
drivers/dahdi/wcb4xxp/base.c | 30 -
drivers/dahdi/wcfxo.c | 1105 ---
drivers/dahdi/wct1xxp.c | 1454 ---
drivers/dahdi/wctdm.c | 2894 ------
drivers/dahdi/wctdm24xxp/base.c | 4 -
drivers/dahdi/wcte11xp.c | 1657 ----
drivers/dahdi/wcte12xp/Kbuild | 5 -
drivers/dahdi/wcte12xp/base.c | 3224 -------
drivers/dahdi/wcte12xp/wcte12xp.h | 167 -
18 files changed, 6 insertions(+), 42465 deletions(-)
delete mode 100644 drivers/dahdi/pciradio.c
delete mode 100644 drivers/dahdi/pciradio.rbt
delete mode 100644 drivers/dahdi/tor2-hw.h
delete mode 100644 drivers/dahdi/tor2.c
delete mode 100644 drivers/dahdi/tormenta2.rbt
delete mode 100644 drivers/dahdi/wcfxo.c
delete mode 100644 drivers/dahdi/wct1xxp.c
delete mode 100644 drivers/dahdi/wctdm.c
delete mode 100644 drivers/dahdi/wcte11xp.c
delete mode 100644 drivers/dahdi/wcte12xp/Kbuild
delete mode 100644 drivers/dahdi/wcte12xp/base.c
delete mode 100644 drivers/dahdi/wcte12xp/wcte12xp.h
- Log -----------------------------------------------------------------
commit 60aaff12896102126b4e0bcef2eec7458bec620d
Author: Keith Morgan <kmorgan at digium.com>
Date: Tue Nov 27 19:02:37 2018 +0000
DAHLIN-365 Added install-xpp-firm target back in the Makefile after it was left out.
diff --git a/Makefile b/Makefile
index fda4c08..bc5caba 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,9 @@ install-modconf:
/sbin/update-modules ; \
fi
+install-xpp-firm:
+ $(MAKE) -C drivers/dahdi/xpp/firmwares install
+
install-firmware:
ifeq ($(HOTPLUG_FIRMWARE),yes)
-----------------------------------------------------------------------
--
dahdi/linux.git
More information about the dahdi-commits
mailing list