Is there a way to add "provides" to a package? In RPM, I would solve this adding "Provides: ip" to busybox.
This could also help when a kern module gets built-in. Kernel package could provide the incorporated kmod-xxx module. It would be better if both kernel and kmod-xxx could automatically provide every single module it provides, so packages could requires modules and not their packages, whether it is built-in or loadable module. Just like the case of busybox, if someone changes a module to not be built-in (a configuration), it will require a code (makefile) change in order to fix broken deps. Luiz Em ter, 17 de nov de 2015 06:11, Cristian Morales Vega < [email protected]> escreveu: > On 16 November 2015 at 23:40, Felix Fietkau <[email protected]> wrote: > > On 2015-11-16 20:28, Ted Hess wrote: > >> Changes to netifd/wireless/mac80211.sh in r46832 invoke 'ip' when making > >> a client association. 'ip' is not automatically included with cfg80211 > >> custom builds -- association fails. > >> > >> Signed-off-by: Ted Hess <[email protected]> > > NACK. These changes were added because the busybox ip applet was enabled > > by default recently. > > So there is a dependency (ip package OR ip support in Busybox), but no > way to express it? > > Not that it would make sense for anybody to disable the new default in > busybox without enabling the ip package at the same time. Just > curious. > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Luiz Angelo Daros de Luca
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
