diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-17 20:27:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-17 20:27:05 +0000 |
commit | 820f11932f548182ebb32704e1df83b78e69b19e (patch) | |
tree | ce56e5183f28520ce6078aa5fd723d8bb3f2b310 /applications/luci-voice-core/Makefile | |
parent | 768bf67b867df0fde2715308eef482cb677a8566 (diff) |
[PATCH] add tools to scan network for any device, or for sip devices, and output device information, thanks cshore
Diffstat (limited to 'applications/luci-voice-core/Makefile')
-rw-r--r-- | applications/luci-voice-core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-voice-core/Makefile b/applications/luci-voice-core/Makefile new file mode 100644 index 000000000..d57c456d5 --- /dev/null +++ b/applications/luci-voice-core/Makefile @@ -0,0 +1,4 @@ +PO=voice_core + +include ../../build/config.mk +include ../../build/module.mk |