diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-06 09:44:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-06 09:44:36 +0000 |
commit | 9ccbf86b05cad6c6740a56bed2bca051822b3eb4 (patch) | |
tree | 369a12f122651105b8f6601f843b7e3f3fd193e0 /applications/luci-minidlna/Makefile | |
parent | baf7d12e5c042051ca39a122f16fd25fde94012b (diff) |
applications: add an application for miniDLNA
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Diffstat (limited to 'applications/luci-minidlna/Makefile')
-rw-r--r-- | applications/luci-minidlna/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-minidlna/Makefile b/applications/luci-minidlna/Makefile new file mode 100644 index 000000000..b4d05955e --- /dev/null +++ b/applications/luci-minidlna/Makefile @@ -0,0 +1,4 @@ +PO = minidlna + +include ../../build/config.mk +include ../../build/module.mk |