diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-03-21 15:25:18 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-03-21 15:25:18 +0000 |
| commit | 8bca0499b5a1d4366af1a5bb66593fe9ffd4b754 (patch) | |
| tree | 89278f37efb8d55bdcbd808af53b7dddc28c8762 | |
| parent | 90e70d5d028b1bac369c2f4742b84e11f66435b7 (diff) | |
| download | enigma2-8bca0499b5a1d4366af1a5bb66593fe9ffd4b754.tar.gz enigma2-8bca0499b5a1d4366af1a5bb66593fe9ffd4b754.zip | |
remove wireless plugin
10 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6198f553..ef22a6b9 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,6 @@ lib/python/Components/Sources/Makefile lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/SystemPlugins/Makefile -lib/python/Plugins/SystemPlugins/WirelessLan/Makefile lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index c9e27827..80d8101a 100644 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1 +1 @@ -SUBDIRS = SoftwareUpdate FrontprocessorUpgrade PositionerSetup ConfigurationBackup Satfinder SkinSelector SatelliteEquipmentControl WirelessLan +SUBDIRS = SoftwareUpdate FrontprocessorUpgrade PositionerSetup ConfigurationBackup Satfinder SkinSelector SatelliteEquipmentControl diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am b/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py b/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/__init__.py b/lib/python/Plugins/SystemPlugins/WirelessLan/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/__init__.py +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/key-blue.png b/lib/python/Plugins/SystemPlugins/WirelessLan/key-blue.png deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/key-blue.png +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/key-green.png b/lib/python/Plugins/SystemPlugins/WirelessLan/key-green.png deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/key-green.png +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/key-red.png b/lib/python/Plugins/SystemPlugins/WirelessLan/key-red.png deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/key-red.png +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/key-yellow.png b/lib/python/Plugins/SystemPlugins/WirelessLan/key-yellow.png deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/key-yellow.png +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py b/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py +++ /dev/null |
