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
>>> +++
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
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
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