fix dependencies of FEATURE_GETOPT_LONG
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
fca70a8cce
commit
b22bbfffec
6 changed files with 9 additions and 9 deletions
|
@ -675,7 +675,7 @@ static void identify(uint16_t *val)
|
|||
swab(val, buf, sizeof(buf));
|
||||
val = buf;
|
||||
#endif
|
||||
/* check if we recognise the device type */
|
||||
/* check if we recognize the device type */
|
||||
bb_putchar('\n');
|
||||
if (!(val[GEN_CONFIG] & NOT_ATA)) {
|
||||
dev = ATA_DEV;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue