Re: [OpenWrt-Devel] [PATCH] Fix for mvebu (WRT1900AC/WRT1200AC/etc) boot counter

2015-08-18 Thread Rob Mosher
What's SOB? Kaloz sent me the E4500 patch and told me less than a day to get it included into CC for the mvebu stuff. I just applied it, fixed some very minor compile things, tested it, and sent in the patch since he went idle on IRC and I had to get to work after staying up all night. I wa

Re: [OpenWrt-Devel] [PATCH] Fix for mvebu (WRT1900AC/WRT1200AC/etc) boot counter

2015-08-18 Thread Jonas Gorski
On Tue, Aug 18, 2015 at 4:21 PM, Rob Mosher wrote: > The uboot boot counter was never reset after a successful boot. > This patch prevents bootcmd and boot_part from becoming out of sync > after a sysupgrade and ensures the proper partition is booted. > > Signed-off-by: Rob Mosher Hm, that code

[OpenWrt-Devel] [PATCH] Fix for mvebu (WRT1900AC/WRT1200AC/etc) boot counter

2015-08-18 Thread Rob Mosher
The uboot boot counter was never reset after a successful boot. This patch prevents bootcmd and boot_part from becoming out of sync after a sysupgrade and ensures the proper partition is booted. Signed-off-by: Rob Mosher --- package/system/mtd/Makefile| 2 +- package/sy