mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
CFlashExpert::showMTDSelector(): Fixed typo at 'disable write uboot'
This commit is contained in:
@@ -815,7 +815,7 @@ int CFlashExpert::showMTDSelector(const std::string & actionkey)
|
||||
}
|
||||
#else
|
||||
// disable write uboot
|
||||
if ((actionkey == "writemtd") && (lx == mtdInfo->findMTDNumberFromName("u-boot")))
|
||||
if ((actionkey == "writemtd") && (lx == mtdInfo->findMTDNumberFromName("U-Boot")))
|
||||
enabled = false;
|
||||
#endif
|
||||
sprintf(sActionKey, "%s%d", actionkey.c_str(), lx);
|
||||
|
Reference in New Issue
Block a user