diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-03-19 18:10:51 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-03-19 18:10:51 +0000 |
| commit | 5d71f584400a4302a391289bca750cdc16ed58cb (patch) | |
| tree | 40d1d8f39163b38deb981eceeb3109751d5aa266 | |
| parent | 20730720b81b480b96070d3a20065a18f3ff0f6b (diff) | |
| download | enigma2-5d71f584400a4302a391289bca750cdc16ed58cb.tar.gz enigma2-5d71f584400a4302a391289bca750cdc16ed58cb.zip | |
remove wireless plugin
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Makefile.am | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b911b980..ef22a6b9 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile lib/python/Plugins/SystemPlugins/Satfinder/Makefile lib/python/Plugins/SystemPlugins/SkinSelector/Makefile lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile -lib/python/Plugins/SystemPlugins/WirelessLan/Makefile lib/python/Plugins/DemoPlugins/Makefile lib/python/Plugins/DemoPlugins/TestPlugin/Makefile lib/python/Plugins/Extensions/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 |
