From 80c61c161ac5943137ade233d62cf89d746de5a2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 10 Jul 2018 19:22:41 +0200 Subject: treewide: use wpad-basic for not small flash targets Add out of the box support for 802.11r and 802.11w to all targets not suffering from small flash. Signed-off-by: Mathias Kresin Mathias did all the heavy lifting on this, but I'm the one who should get shouted at for committing. Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/brcm63xx/image/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index c9363dda0a..21fc69e24e 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -168,12 +168,12 @@ define Device/Default DEVICE_DTS_DIR := ../dts endef -ATH5K_PACKAGES := kmod-ath5k wpad-mini -ATH9K_PACKAGES := kmod-ath9k wpad-mini -B43_PACKAGES := kmod-b43 wpad-mini +ATH5K_PACKAGES := kmod-ath5k wpad-basic +ATH9K_PACKAGES := kmod-ath9k wpad-basic +B43_PACKAGES := kmod-b43 wpad-basic BRCMWL_PACKAGES := kmod-brcm-wl nas wlc -RT28_PACKAGES := kmod-rt2800-pci wpad-mini -RT61_PACKAGES := kmod-rt61-pci wpad-mini +RT28_PACKAGES := kmod-rt2800-pci wpad-basic +RT61_PACKAGES := kmod-rt61-pci wpad-basic USB1_PACKAGES := kmod-usb-ohci kmod-usb-ledtrig-usbport USB2_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport -- cgit v1.2.3