Peter Naulls <pe...@chocky.org> 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 does not add uboot-envtools in its
>> DEVICE_PACKAGES.
>> 
>
> Same comment for NAND support. Only 1/3rd or so of the mt7621 systems
> use the nand feature.

This is a difficult problem for any feature which is required by one or
more device during boot or upgrade.  Using a shared rootfs per target
means that all such features must be included on all devices.

The alternatives are AFAICS
1) splitting targets by feature sets
2) always use a per-device rootfs

I believe 2) is non-trivial.  1) might be easier and could make some sense
for huge targets like mt7621?


Bjørn

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to