[LEDE-DEV] [PATCH] brcm47xx: Fix sysupgrade with E1200v1
Hauke Mehrtens
hauke at hauke-m.de
Mon Sep 25 14:31:11 PDT 2017
On 09/25/2017 12:45 AM, Stefan Lippers-Hollmann wrote:
> Hi
>
> On 2017-09-15, Rosen Penev wrote:
> [...]
>> --- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
>> +++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
>> @@ -34,6 +34,7 @@ platform_expected_image() {
>> "Linksys E1000 V1") echo "cybertan E100"; return;;
>> "Linksys E1000 V2") echo "cybertan E100"; return;;
>> "Linksys E1000 V2.1") echo "cybertan E100"; return;;
>> + "Linksys E1200 V1") echo "cybetran E120"; return;;
>
> Spelled as "cybetran", as committed in
> https://git.lede-project.org/?p=source.git;a=commitdiff;h=31e9445b7e614f54daa0caf3148e223d088311ab
> looks an awful lot like a typo, are you sure that this is correct and
> passes testing on an actual device.
>
> Regards
> Stefan Lippers-Hollmann
Hi,
I reverted that commit, The arch code is not even able to detect a
device named "Linksys E1200 V1".
@Rosen please also ad code to detect this device to arch/mips/brcm47xx/
in the Linux kernel.
Hauke
More information about the Lede-dev
mailing list