On 2/28/23 09:07, Felix Baumann wrote:
one issue I see here is that there are MT7621 devices like the Asus RT-AX53U
that don't save their environment to their u-boot-env partition by default.
You still need to execute saveenv while connected via serial.
Note: the device doesn't have a u-boot-en
Am 28. Februar 2023 12:46:44 MEZ schrieb "Bjørn Mork" :
>Peter Naulls writes:
>> On 2/27/23 17:23, Hauke Mehrtens wrote:
>>
>>> This will add uboot-envtools to all devices. uboot-envtools is not
>>> included in all DEVICE_PACKAGES now, should we explicitly remove it
>>> from device definitions whi
On 2/28/23 06:46, Bjørn Mork wrote:
Peter Naulls writes:
On 2/27/23 17:23, Hauke Mehrtens wrote:
This will add uboot-envtools to all devices. uboot-envtools is not
included in all DEVICE_PACKAGES now, should we explicitly remove it
from device definitions which do not had it before?
The Devic
Peter Naulls writes:
> On 2/27/23 17:23, Hauke Mehrtens wrote:
>
>> This will add uboot-envtools to all devices. uboot-envtools is not
>> included in all DEVICE_PACKAGES now, should we explicitly remove it
>> from device definitions which do not had it before?
>> The Device/adslr_g7 for example do
Hauke Mehrtens writes:
> On 2/27/23 13:38, Bjørn Mork wrote:
>> Several devices depend on fw_printenv during sysupgrade. Make sure
>> it always is present in all images, including initramfs images built
>> by the buildbots.
>> Fixes: 2449a632084b ("ramips: mt7621: Add support for ZyXEL NR7101")
On 2/27/23 17:23, Hauke Mehrtens wrote:
Build firmware images for Ralink MT7621 based boards.
This will add uboot-envtools to all devices. uboot-envtools is not included in
all DEVICE_PACKAGES now, should we explicitly remove it from device definitions
which do not had it before?
The D
On 2/27/23 13:38, Bjørn Mork wrote:
Several devices depend on fw_printenv during sysupgrade. Make sure
it always is present in all images, including initramfs images built
by the buildbots.
Fixes: 2449a632084b ("ramips: mt7621: Add support for ZyXEL NR7101")
Signed-off-by: Bjørn Mork
---
Chang
Several devices depend on fw_printenv during sysupgrade. Make sure
it always is present in all images, including initramfs images built
by the buildbots.
Fixes: 2449a632084b ("ramips: mt7621: Add support for ZyXEL NR7101")
Signed-off-by: Bjørn Mork
---
Changes since v1:
- rebased onto current m