summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-20 16:48:24 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-20 16:48:24 +0000
commitd9802d526d7c51f24af4a519297afc7053ae4711 (patch)
treef3912a1a8a99f09925541c805964fcf0317f435d /build_tools
parent50f110ac4bdfcd8ddec6b469000703e8326d8b25 (diff)
live_dahdi: xpp_fxloader: use live xpp.conf
xpp_fxloader also reads /etc/dahdi/xpp.conf in one specific case. Make it use the live copy. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10051 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/live_dahdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi
index e1cff07..9392d5f 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -322,6 +322,7 @@ xpp-firm)
"$FIRMWARE_DIR/xpp_fxloader" reset
sleep 5
XPP_FIRMWARE_DIR=$FIRMWARE_DIR \
+ XPP_CONFIG="$DESTDIR/etc/dahdi/xpp.conf" \
"$FIRMWARE_DIR/xpp_fxloader" load
;;
help|'')