aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2013-09-26 11:39:10 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2013-09-26 11:39:10 +0200
commit8f48456c08756d9281f7440015a2c02addaed17d (patch)
treea8e64212b6ec9628347aad2ecc86a9d62def9591
parent236e7e9280b552fd7041fff3b9df28cdea742220 (diff)
parente41abbcefcc9d37ddc68c67516a55e232afd72ff (diff)
Add Fast Models tab and rename Firmware Update to Firmware. Reviewed by stevanr.
-rw-r--r--settings.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index a6cac3b..c3deb80 100644
--- a/settings.py
+++ b/settings.py
@@ -194,6 +194,7 @@ LINUX_FILES = ('README',
'INSTALL',
'HACKING',
'FIRMWARE',
+ 'FASTMODELS',
'RTSM')
ANDROID_FILES = ('HOWTO_releasenotes.txt',
@@ -205,18 +206,20 @@ ANDROID_FILES = ('HOWTO_releasenotes.txt',
FILES_MAP = {'HOWTO_releasenotes.txt': 'Release Notes',
'HOWTO_install.txt': 'Binary Image Installation',
'HOWTO_getsourceandbuild.txt': 'Building From Source',
- 'HOWTO_flashfirmware.txt': 'Firmware Update',
+ 'HOWTO_flashfirmware.txt': 'Firmware',
'HOWTO_rtsm.txt': 'RTSM',
'README': 'Release Notes',
'INSTALL': 'Binary Image Installation',
'HACKING': 'Building From Source',
- 'FIRMWARE': 'Firmware Update',
+ 'FIRMWARE': 'Firmware',
+ 'FASTMODELS': 'Fast Models',
'RTSM': 'RTSM'}
TAB_PRIORITY = ['Release Notes',
'Binary Image Installation',
'Building From Source',
- 'Firmware Update',
+ 'Firmware',
+ 'Fast Models',
'RTSM']
SUPPORTED_REMOTE_STATIC_FILES = {