summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 14:42:39 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 14:42:39 +0000
commite027cd533ab52f09186f1bd4cd33e0f3aac0363c (patch)
tree7692563118b2189112481c08b11db879d8d239b4 /build_tools
parent9288979fd4333f7afbd5a4838b678634f7d8a375 (diff)
get menuselect to run with the right selections
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4338 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_tree5
1 files changed, 2 insertions, 3 deletions
diff --git a/build_tools/make_tree b/build_tools/make_tree
index 3ec5a6d..01af666 100755
--- a/build_tools/make_tree
+++ b/build_tools/make_tree
@@ -2,7 +2,6 @@
echo "<?xml version=\"1.0\"?>"
echo
-echo "<menu name=\"Zaptel Module Selection\">"
-cat zaptel.xml
-cat firmware/firmware.xml
+echo "<menu name=\"DAHDI Tools Selection\">"
+cat dahdi.xml
echo "</menu>"