From 8d5c50e5f624ae6c1387bc0cea2346d737f0c2a8 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 24 Oct 2011 21:49:24 +0000 Subject: package/u-boot-envtools: update to version 2011.06. This updates uboot-envtools to the version which comes with U-Boot 2011.06. The important novelity is that fw_setenv now supports batch processing, which greatly improves sysupgrade of the ALL0258N as otherwise we would have to overwrite uboot-env up to 8x in a single firmware upgrade. Unfortunately, no newer version of the sources is available from Debian, so we got to take it from the u-boot source which is kinda ugly... Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28566 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uboot-envtools/patches/003-nor-eraselen.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 267398640..fd10fecbe 100644 --- 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 -@@ -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; -- cgit v1.2.3