From: Imre Kaloz Date: Fri, 27 Jun 2008 12:13:02 +0000 (+0000) Subject: the wnr854t needs flash width 2 X-Git-Tag: reboot~26218 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2;p=oweals%2Fopenwrt.git the wnr854t needs flash width 2 SVN-Revision: 11586 --- diff --git a/target/linux/orion/patches/099-add_netgear_wnr854t_support.patch b/target/linux/orion/patches/099-add_netgear_wnr854t_support.patch index 8de5e8c3ee..206002a791 100644 --- a/target/linux/orion/patches/099-add_netgear_wnr854t_support.patch +++ b/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), +};