source: ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/profiles/wdtv.lua

Last change on this file was 27875, checked in by obi, 12 years ago

add xupnpd tpk

File size: 351 bytes
Line 
1profiles['WDTV-Live']=
2{
3 ['disabled']=true,
4
5 ['desc']='WD TV Live',
6
7 -- INTEL_NMPR/2.1 DLNADOC/1.50 Intel MicroStack/1.0.1423
8 ['match']=function(user_agent) if string.find(user_agent,'MicroStack/1.0.1423',1,true) then return true else return false end end,
9
10 ['options']=
11 {
12 ['wdtv']=true
13 },
14
15 ['mime_types']={}
16}
Note: See TracBrowser for help on using the repository browser.