mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 17:03:40 +02:00
Add display of build info
- Display compiler version, compiler flags, build PC, kernel version - configure.ac part ported from filezilla project
This commit is contained in:
@@ -227,6 +227,12 @@ typedef enum
|
||||
LOCALE_BOUQUETNAME_NEW,
|
||||
LOCALE_BOUQUETNAME_OTHER,
|
||||
LOCALE_BOUQUETNAME_REMOVED,
|
||||
LOCALE_BUILDINFO_COMPILED_ON,
|
||||
LOCALE_BUILDINFO_COMPILED_WITH,
|
||||
LOCALE_BUILDINFO_COMPILER_FLAGS,
|
||||
LOCALE_BUILDINFO_CREATOR,
|
||||
LOCALE_BUILDINFO_KERNEL,
|
||||
LOCALE_BUILDINFO_MENU,
|
||||
LOCALE_CABLESETUP_PROVIDER,
|
||||
LOCALE_CHANNELLIST_ADDITIONAL,
|
||||
LOCALE_CHANNELLIST_ADDITIONAL_OFF,
|
||||
@@ -815,6 +821,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_BACKLIGHT,
|
||||
LOCALE_MENU_HINT_BACKUP,
|
||||
LOCALE_MENU_HINT_BEDIT,
|
||||
LOCALE_MENU_HINT_BUILDINFO,
|
||||
LOCALE_MENU_HINT_CACHE_TXT,
|
||||
LOCALE_MENU_HINT_CEC_MODE,
|
||||
LOCALE_MENU_HINT_CEC_STANDBY,
|
||||
|
@@ -227,6 +227,12 @@ const char * locale_real_names[] =
|
||||
"bouquetname.new",
|
||||
"bouquetname.other",
|
||||
"bouquetname.removed",
|
||||
"buildinfo.compiled_on",
|
||||
"buildinfo.compiled_with",
|
||||
"buildinfo.compiler_flags",
|
||||
"buildinfo.creator",
|
||||
"buildinfo.kernel",
|
||||
"buildinfo.menu",
|
||||
"cablesetup.provider",
|
||||
"channellist.additional",
|
||||
"channellist.additional_off",
|
||||
@@ -815,6 +821,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_backlight",
|
||||
"menu.hint_backup",
|
||||
"menu.hint_bedit",
|
||||
"menu.hint_buildinfo",
|
||||
"menu.hint_cache_txt",
|
||||
"menu.hint_cec_mode",
|
||||
"menu.hint_cec_standby",
|
||||
|
Reference in New Issue
Block a user