projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] mac80211: change wireless ifname numbering schema
[openwrt.git]
/
package
/
uboot-envtools
/
patches
/
003-nor-eraselen.patch
diff --git
a/package/uboot-envtools/patches/003-nor-eraselen.patch
b/package/uboot-envtools/patches/003-nor-eraselen.patch
index
2673986
..
fd10fec
100644
(file)
--- a/
package/uboot-envtools/patches/003-nor-eraselen.patch
+++ b/
package/uboot-envtools/patches/003-nor-eraselen.patch
@@
-1,7
+1,7
@@
--- a/fw_env.c
+++ b/fw_env.c
--- a/fw_env.c
+++ b/fw_env.c
-@@ -
605,7 +605
,10 @@ static int flash_write_buf (int dev, int
- erase_offset =
offset & ~(blocklen - 1)
;
+@@ -
779,7 +779
,10 @@ static int flash_write_buf (int dev, int
+ erase_offset =
(offset / blocklen) * blocklen
;
/* Maximum area we may use */
- erase_len = top_of_range - erase_offset;
/* Maximum area we may use */
- erase_len = top_of_range - erase_offset;
This page took
0.028154 seconds
and
4
git commands to generate.