From: kaloz Date: Fri, 27 Jun 2008 12:13:02 +0000 (+0000) Subject: the wnr854t needs flash width 2 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=1323acc7219bed9ff7e9267290b028e50a749063;p=10.03%2Fopenwrt.git the wnr854t needs flash width 2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11586 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 8de5e8c3e..206002a79 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), +};