aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/build/004-fix-kconf-compiling.patch
Commit message (Collapse)AuthorAge
* mac80211: compile kconf with host gccZeyu Dong2023-10-28
Fix the building issue setting CC to KERNEL_CC in kernel.mk. The kernel backports by default uses CC to compile kconf. A new patch is added to mac80211 to compile kconf with host gcc. Signed-off-by: Zeyu Dong <dzy201415@gmail.com> [ refresh patches ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>