Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-17 Thread Felix Fietkau
On 2015-11-17 12:59, Luiz Angelo Daros de Luca wrote: > 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

Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-17 Thread Luiz Angelo Daros de Luca
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 provi

Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-17 Thread Cristian Morales Vega
On 16 November 2015 at 23:40, Felix Fietkau 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

Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-16 Thread Felix Fietkau
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 NACK. These changes were added because the bus

[OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-16 Thread Ted Hess
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 --- package/kernel/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)