mirror of https://github.com/hak5/openwrt.git
parent
dee39d10ee
commit
bca5ac2479
|
@ -94,7 +94,7 @@
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+static struct physmap_flash_data wnr854t_nor_flash_data = {
|
+static struct physmap_flash_data wnr854t_nor_flash_data = {
|
||||||
+ .width = 1,
|
+ .width = 2,
|
||||||
+ .parts = wnr854t_nor_flash_partitions,
|
+ .parts = wnr854t_nor_flash_partitions,
|
||||||
+ .nr_parts = ARRAY_SIZE(wnr854t_nor_flash_partitions),
|
+ .nr_parts = ARRAY_SIZE(wnr854t_nor_flash_partitions),
|
||||||
+};
|
+};
|
||||||
|
|
Loading…
Reference in New Issue