diff options
author | Mathias Kresin <dev@kresin.me> | 2018-07-10 19:22:41 +0200 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-16 15:07:41 +0100 |
commit | 80c61c161ac5943137ade233d62cf89d746de5a2 (patch) | |
tree | f6260a84b8d5696e645f59e6b68b9a2c21c4824a /target/linux/mpc85xx/image | |
parent | 1063d904b78297b3e21a352bed19bd312235ff65 (diff) | |
download | upstream-80c61c161ac5943137ade233d62cf89d746de5a2.tar.gz upstream-80c61c161ac5943137ade233d62cf89d746de5a2.tar.bz2 upstream-80c61c161ac5943137ade233d62cf89d746de5a2.zip |
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 <dev@kresin.me>
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 <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/mpc85xx/image')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |