Re: [OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-27 Thread Hauke Mehrtens
On 04/25/2014 01:41 PM, Maarten Bezemer wrote: > Building mac80211 failed, due to missing function declarations in > compat/backport-3.15.c > This patch adds the linux/string.h header file to provide these function > declarations > > Signed-off-by: Maarten Bezemer > --- > package/kernel/mac802

Re: [OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-27 Thread Maarten Bezemer
On Sunday 27 April 2014 22:31:56 Hauke Mehrtens wrote: > On 04/25/2014 01:41 PM, Maarten Bezemer wrote: > > Building mac80211 failed, due to missing function declarations in > > compat/backport-3.15.c This patch adds the linux/string.h header file to > > provide these function declarations > When d

Re: [OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-27 Thread Hauke Mehrtens
On 04/25/2014 01:41 PM, Maarten Bezemer wrote: > Building mac80211 failed, due to missing function declarations in > compat/backport-3.15.c > This patch adds the linux/string.h header file to provide these function > declarations When does this problem occur? What target are you building? Which

[OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-25 Thread Maarten Bezemer
Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c This patch adds the linux/string.h header file to provide these function declarations Signed-off-by: Maarten Bezemer --- package/kernel/mac80211/patches/999-add-missing-header.patch | 10 ++ 1 file