diff options
author | John Crispin <blogic@openwrt.org> | 2010-11-04 11:38:07 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2010-11-04 11:38:07 +0000 |
commit | 19cae040036f3e1e6b468b854efd6d4ca9228604 (patch) | |
tree | 804f2207bda568f24028832c74564a776df645df /applications/luci-lqtapifoss/Makefile | |
parent | 6ba128551c3400e1b325362770d8a92902e699c0 (diff) |
adds a very simple application for configuring the tapi support on ifxmips based units
Diffstat (limited to 'applications/luci-lqtapifoss/Makefile')
-rw-r--r-- | applications/luci-lqtapifoss/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-lqtapifoss/Makefile b/applications/luci-lqtapifoss/Makefile new file mode 100644 index 0000000000..77925c4e33 --- /dev/null +++ b/applications/luci-lqtapifoss/Makefile @@ -0,0 +1,4 @@ +PO = telephony + +include ../../build/config.mk +include ../../build/module.mk |