mirror of https://github.com/hak5/openwrt.git
11 lines
278 B
Diff
11 lines
278 B
Diff
|
--- a/drivers/mtd/chips/gen_probe.c
|
||
|
+++ b/drivers/mtd/chips/gen_probe.c
|
||
|
@@ -249,6 +249,7 @@ static struct mtd_info *check_cmd_set(st
|
||
|
#endif
|
||
|
#ifdef CONFIG_MTD_CFI_AMDSTD
|
||
|
case 0x0002:
|
||
|
+ case 0x0006:
|
||
|
return cfi_cmdset_0002(map, primary);
|
||
|
#endif
|
||
|
#ifdef CONFIG_MTD_CFI_STAA
|