diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-27 12:13:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-27 12:13:02 +0000 |
commit | bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2 (patch) | |
tree | e8bff6829c3c63d7eea664096ee34e685e0f4e5f /target/linux/orion/patches | |
parent | dee39d10ee9f16a4032be1f0ff589f9ba962b9c3 (diff) | |
download | upstream-bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2.tar.gz upstream-bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2.tar.bz2 upstream-bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2.zip |
the wnr854t needs flash width 2
SVN-Revision: 11586
Diffstat (limited to 'target/linux/orion/patches')
-rw-r--r-- | target/linux/orion/patches/099-add_netgear_wnr854t_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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), +}; |