diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-06 09:44:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-06 09:44:39 +0000 |
commit | f2b97162de49c5423e41d13fafee993eff4a17a5 (patch) | |
tree | b08b2c61e669f570a16a6c38d87731ea5b40a11a /contrib/package | |
parent | 9ccbf86b05cad6c6740a56bed2bca051822b3eb4 (diff) |
contrib: create package for the minidlna application
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 5ad5f5aba..725e08472 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -449,6 +449,9 @@ $(eval $(call application,pbx-voicemail,LuCI PBX Administration Voicemail Suppor $(eval $(call application,ltqtapi,Lantiq voip)) +$(eval $(call application,minidlna,LuCI Support for miniDLNA,\ + +PACKAGE_luci-app-minidlna:minidlna)) + ### Server Gateway Interfaces ### define sgi define Package/luci-sgi-$(1) |