Re: [OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-24 Thread John Crispin
On 24/07/2015 11:24, Bruno Randolf wrote: > On 07/24/2015 08:12 AM, John Crispin wrote: >> On 17/07/2015 19:18, Bruno Randolf wrote: >>> diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile >>> index 30f6e1d..37ff204 100644 >>> --- a/target/linux/brcm2708/Makefile >>> +++

Re: [OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-24 Thread Bruno Randolf
On 07/24/2015 08:12 AM, John Crispin wrote: > On 17/07/2015 19:18, Bruno Randolf wrote: >> diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile >> index 30f6e1d..37ff204 100644 >> --- a/target/linux/brcm2708/Makefile >> +++ b/target/linux/brcm2708/Makefile >> @@ -19,7 +19,8

Re: [OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-24 Thread John Crispin
On 17/07/2015 19:18, Bruno Randolf wrote: > diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile > index 30f6e1d..37ff204 100644 > --- a/target/linux/brcm2708/Makefile > +++ b/target/linux/brcm2708/Makefile > @@ -19,7 +19,8 @@ SUBTARGETS:=bcm2708 bcm2709 > KERNEL_PATCHVER

[OpenWrt-Devel] [PATCH 1/2] CC: brcm2708: Add sysupgrade for Rasperry Pi

2015-07-17 Thread Bruno Randolf
The upgrade procedure works similar to the x86 platforms: The configuration files (sysupgrade.tgz) are saved in the boot partition and moved to the standard place in a preinit script. Since the boot partition is FAT32 we need the vfat modules and dependencies. Signed-off-by: Bruno Randolf --- ta