diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-11-25 20:59:35 +0100 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-11-25 20:59:35 +0100 |
| commit | 416240a4aeda1eb0f3e44abb2e1bb672665b363e (patch) | |
| tree | 765ba5233e979ad7c23469f76900f5bbc4927f28 /lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml | |
| parent | 9b424161b583c7bfe5a58e979a9468101a6b6efd (diff) | |
| parent | bc6d7d587ad101a8449537238b9703f3a5fbbacb (diff) | |
| download | enigma2-416240a4aeda1eb0f3e44abb2e1bb672665b363e.tar.gz enigma2-416240a4aeda1eb0f3e44abb2e1bb672665b363e.zip | |
Merge commit 'origin/bug_178_update_meta_files' into experimental
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> |
