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/ixp4xx/generic/profiles/200-NSLU2.mk | 2 +- target/linux/ixp4xx/generic/profiles/500-USR8200.mk | 2 +- target/linux/ixp4xx/generic/target.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ixp4xx') diff --git a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk index 93febb0d37..6a54f74bf3 100644 --- a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk +++ b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk @@ -7,7 +7,7 @@ define Profile/NSLU2 NAME:=Linksys NSLU2 - PACKAGES:=-wpad-mini -kmod-ath5k kmod-scsi-core \ + PACKAGES:=-wpad-basic -kmod-ath5k kmod-scsi-core \ kmod-usb-core kmod-usb-ohci-pci kmod-usb2-pci kmod-usb-storage \ kmod-fs-ext4 endef diff --git a/target/linux/ixp4xx/generic/profiles/500-USR8200.mk b/target/linux/ixp4xx/generic/profiles/500-USR8200.mk index 02ee0593c1..959c399e92 100644 --- a/target/linux/ixp4xx/generic/profiles/500-USR8200.mk +++ b/target/linux/ixp4xx/generic/profiles/500-USR8200.mk @@ -7,7 +7,7 @@ define Profile/USR8200 NAME:=USRobotics USR8200 - PACKAGES:=-wpad-mini kmod-scsi-core \ + PACKAGES:=-wpad-basic kmod-scsi-core \ kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \ kmod-fs-ext4 kmod-firewire kmod-firewire-ohci kmod-firewire-sbp2 endef diff --git a/target/linux/ixp4xx/generic/target.mk b/target/linux/ixp4xx/generic/target.mk index f03e2a8586..4794755fdc 100644 --- a/target/linux/ixp4xx/generic/target.mk +++ b/target/linux/ixp4xx/generic/target.mk @@ -1,6 +1,6 @@ BOARDNAME:=Generic -DEFAULT_PACKAGES+= wpad-mini +DEFAULT_PACKAGES+= wpad-basic define Target/Description Build firmware images for ixp4xx based boards that boot from internal flash -- cgit v1.2.3