Quellcode durchsuchen

the wnr854t needs flash width 2

SVN-Revision: 11586
Imre Kaloz vor 17 Jahren
Ursprung
Commit
bca5ac2479
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      target/linux/orion/patches/099-add_netgear_wnr854t_support.patch

+ 1 - 1
target/linux/orion/patches/099-add_netgear_wnr854t_support.patch

@@ -94,7 +94,7 @@
 +};
 +
 +static struct physmap_flash_data wnr854t_nor_flash_data = {
-+	.width		= 1,
++	.width		= 2,
 +	.parts		= wnr854t_nor_flash_partitions,
 +	.nr_parts	= ARRAY_SIZE(wnr854t_nor_flash_partitions),
 +};