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/mpc85xx/Makefile | 2 +- target/linux/mpc85xx/image/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/mpc85xx') diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 1eac544344..552f16e82f 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -22,6 +22,6 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ - kmod-leds-gpio swconfig kmod-ath9k wpad-mini + kmod-leds-gpio swconfig kmod-ath9k wpad-basic $(eval $(call BuildTarget)) diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index 4dd1f17321..349d2961de 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -31,7 +31,7 @@ ifeq ($(SUBTARGET),generic) define Device/tl-wdr4900-v1 DEVICE_TITLE := TP-Link TL-WDR4900 - DEVICE_PACKAGES := kmod-ath9k wpad-mini + DEVICE_PACKAGES := kmod-ath9k wpad-basic TPLINK_HWID := 0x49000001 TPLINK_HWREV := 1 TPLINK_FLASHLAYOUT := 16Mppc @@ -50,7 +50,7 @@ ifeq ($(SUBTARGET),p1020) define Device/hiveap-330 DEVICE_TITLE := Aerohive HiveAP-330 - DEVICE_PACKAGES := kmod-ath9k wpad-mini kmod-tpm-i2c-atmel + DEVICE_PACKAGES := kmod-ath9k wpad-basic kmod-tpm-i2c-atmel BLOCKSIZE := 128k KERNEL_NAME := zImage KERNEL_SIZE := 8m -- cgit v1.2.3