Re: [OpenWrt-Devel] [PATCH] [ixp4xx] add sysupgrade support

2012-10-10 Thread Tim Harvey
On Wed, Oct 10, 2012 at 4:28 AM, Felix Fietkau wrote: > On 2012-10-05 2:35 AM, Tim Harvey wrote: > > > > Add sysupgrade support for ixp4xx platform > > > > Signed-off-by: Tim Harvey > Are you sure that this sysupgrade implementation works for all > non-ixp4xx devices? Because if not, you should

Re: [OpenWrt-Devel] [PATCH] [ixp4xx] add sysupgrade support

2012-10-10 Thread Felix Fietkau
On 2012-10-05 2:35 AM, Tim Harvey wrote: > > Add sysupgrade support for ixp4xx platform > > Signed-off-by: Tim Harvey Are you sure that this sysupgrade implementation works for all non-ixp4xx devices? Because if not, you should probably add an error message to the 'generic' case. - Felix _

[OpenWrt-Devel] [PATCH] [ixp4xx] add sysupgrade support

2012-10-04 Thread Tim Harvey
Add sysupgrade support for ixp4xx platform Signed-off-by: Tim Harvey target/linux/ixp4xx/base-files/lib/ixp4xx.sh | 25 ++ target/linux/ixp4xx/base-files/lib/upgrade/platform.sh | 156 + target/linux/ixp4xx/image/Makefile | 11 + 3 files chang