aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/intel.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Remove support for kernel 3.18Hauke Mehrtens2019-05-031-2/+2
| | | | | | | | | | No target is using kernel 3.18 anymore, remove all the generic support for kernel 3.18. The removed packages are depending on kernel 3.18 only and are not used on any recent kernel. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mac80211: Activate DRIVER_11W_SUPPORT for more capable driversHauke Mehrtens2019-03-031-1/+1
| | | | | | | | | | ieee80211w support is only activated in hostapd when at least one capable driver is build into the image. Many drivers which are capable of ieee80211 (MFP) and have the MFP_CAPABLE set in the driver are still missing the DRIVER_11W_SUPPORT dependency. Add this to more driver capable of ieee80211w. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mac80211: move intel packaging code to intel.mkFelix Fietkau2018-10-061-0/+200
Signed-off-by: Felix Fietkau <nbd@nbd.name>