diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-05 15:50:27 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-05 15:50:27 +0000 |
| commit | 323ac4a566f7c1ea9006eaf58eae915fac00071b (patch) | |
| tree | 8c658f272df37796d12a4aa848af8e460b7aad53 /lib/python/Screens/Makefile.am | |
| parent | f4e9150aa736c1b7e7465a19da9355c3b8d56c6f (diff) | |
| download | enigma2-323ac4a566f7c1ea9006eaf58eae915fac00071b.tar.gz enigma2-323ac4a566f7c1ea9006eaf58eae915fac00071b.zip | |
adding the image upgrade wizard
can backup settings to hdd, cf, usb or (in the future) a given path
recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings
guides the user through the upgrade process
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index d917eb39..7a30e88a 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -9,4 +9,4 @@ install_PYTHON = \ AudioSelection.py InfoBarGenerics.py HelpMenu.py Wizard.py __init__.py \ Dish.py SubserviceSelection.py LanguageSelection.py StartWizard.py \ TutorialWizard.py PluginBrowser.py MinuteInput.py Scart.py PVRState.py \ - Console.py InputBox.py ChoiceBox.py SimpleSummary.py + Console.py InputBox.py ChoiceBox.py SimpleSummary.py ImageWizard.py |
