summaryrefslogtreecommitdiff
path: root/target/linux/orion
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-06-27 12:13:02 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-06-27 12:13:02 +0000
commitbca5ac2479ae2c5eea4a05c9e45386a14f90e1b2 (patch)
treee8bff6829c3c63d7eea664096ee34e685e0f4e5f /target/linux/orion
parentdee39d10ee9f16a4032be1f0ff589f9ba962b9c3 (diff)
downloadmtk-20170518-bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2.zip
mtk-20170518-bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2.tar.gz
mtk-20170518-bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2.tar.bz2
the wnr854t needs flash width 2
SVN-Revision: 11586
Diffstat (limited to 'target/linux/orion')
-rw-r--r--target/linux/orion/patches/099-add_netgear_wnr854t_support.patch2
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 8de5e8c..206002a 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),
+};