From 1b69c6d4604804d03cc4ac3cccaa16b7ae70ccad Mon Sep 17 00:00:00 2001 From: acid-burn Date: Thu, 27 Aug 2009 17:38:58 +0200 Subject: Enigma2: add CleanupWizard to SystemPlugins and Enigma2 build. - The CleanupWizard informs you on system boot if your avalalble internal memory (flash) has droppen below 2MB and allows the removal of enigma2-plugins and skins to cleanup the internal memory (flash) on bootup. --- lib/python/Plugins/SystemPlugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 lib/python/Plugins/SystemPlugins/Makefile.am (limited to 'lib/python/Plugins/SystemPlugins/Makefile.am') diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am old mode 100644 new mode 100755 index 8d256445..33845f17 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = SoftwareManager FrontprocessorUpgrade PositionerSetup Satfinder \ SkinSelector SatelliteEquipmentControl Videomode VideoTune Hotplug \ DefaultServicesScanner NFIFlash DiseqcTester CommonInterfaceAssignment \ - CrashlogAutoSubmit + CrashlogAutoSubmit CleanupWizard -- cgit v1.2.3