diff options
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices.c b/modules/devices.c index 14b3708c..a13213ba 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -110,7 +110,7 @@ static ModuleEntry entries[] = { [ENTRY_DMI] = {N_("System DMI"), "computer.png", callback_dmi, scan_dmi, MODULE_FLAG_NONE}, [ENTRY_DMI_MEM] = {N_("Memory Devices"), "memory.png", callback_dmi_mem, scan_dmi_mem, MODULE_FLAG_NONE}, #if defined(ARCH_x86) || defined(ARCH_x86_64) - [ENTRY_DTREE] = {"#"}, + [ENTRY_DTREE] = {N_("Device Tree"), "devices.png", callback_dtree, scan_dtree, MODULE_FLAG_HIDE}, #else [ENTRY_DTREE] = {N_("Device Tree"), "devices.png", callback_dtree, scan_dtree, MODULE_FLAG_NONE}, #endif /* x86 or x86_64 */ |