diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2009-12-23 06:53:54 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2009-12-23 06:53:54 +0100 |
| commit | ca13d7906607bb7be40e7695e36054b8b86c8529 (patch) | |
| tree | e41c188398ff1c0fe84ffa573b44238776f6a289 /lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml | |
| parent | 2b366799c5f6115a2d9a4e4f5b7d3a3e1305fb4e (diff) | |
| parent | bc6d7d587ad101a8449537238b9703f3a5fbbacb (diff) | |
| download | enigma2-ca13d7906607bb7be40e7695e36054b8b86c8529.tar.gz enigma2-ca13d7906607bb7be40e7695e36054b8b86c8529.zip | |
Merge branch 'bug_178_update_meta_files'
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml new file mode 100755 index 00000000..1f882b32 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml @@ -0,0 +1,27 @@ +<default> + <prerequisites> + <tag type="Network" /> + <tag type="System" /> + </prerequisites> + <info language="en"> + <author>Dream Multimedia</author> + <name>WirelessLan</name> + <packagename>enigma2-plugin-systemplugins-wirelesslan</packagename> + <shortdescription>Configure your WLAN network interface</shortdescription> + <description>The WirelessLan extensions helps you configuring your WLAN network interface.</description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_wirelesslan_en.jpg" /> + </info> + <info language="de"> + <author>Dream Multimedia</author> + <name>WirelessLan</name> + <packagename>enigma2-plugin-systemplugins-wirelesslan</packagename> + <shortdescription>Konfigurieren Sie Ihr WLAN Netzwerk.</shortdescription> + <description>Die WirelessLan Erweiterung hilft Ihnen beim konfigurieren Ihres WLAN Netzwerkes..</description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_wirelesslan_de.jpg" /> + </info> + + <files type="package"> <!-- without version, without .ipk --> + <file type="package" name="enigma2-plugin-systemplugins-wirelesslan" /> + </files> + +</default> |
