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/apm821xx | |
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/apm821xx')
-rw-r--r-- | target/linux/apm821xx/image/Makefile | 2 | ||||
-rw-r--r-- | target/linux/apm821xx/nand/target.mk | 2 | ||||
-rw-r--r-- | target/linux/apm821xx/sata/profiles/00-default.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index 00ab19602d..4a6ca9b633 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -216,7 +216,7 @@ endef define Device/wd_mybooklive DEVICE_TITLE := Western Digital My Book Live Series (Single + Duo) - DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-mini + DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic DEVICE_DTS := wd-mybooklive SUPPORTED_DEVICES += mbl wd_mybooklive-duo BLOCKSIZE := 1k diff --git a/target/linux/apm821xx/nand/target.mk b/target/linux/apm821xx/nand/target.mk index 2dce530cef..16475307d7 100644 --- a/target/linux/apm821xx/nand/target.mk +++ b/target/linux/apm821xx/nand/target.mk @@ -1,7 +1,7 @@ BOARDNAME:=Devices with NAND flash (Routers) FEATURES += nand pcie ramdisk squashfs usb -DEFAULT_PACKAGES += kmod-ath9k swconfig wpad-mini +DEFAULT_PACKAGES += kmod-ath9k swconfig wpad-basic define Target/Description Build firmware images for APM821XX boards with NAND flash. diff --git a/target/linux/apm821xx/sata/profiles/00-default.mk b/target/linux/apm821xx/sata/profiles/00-default.mk index 9ad2537a2c..db48353bf2 100644 --- a/target/linux/apm821xx/sata/profiles/00-default.mk +++ b/target/linux/apm821xx/sata/profiles/00-default.mk @@ -8,7 +8,7 @@ define Profile/Default NAME:=Default Profile PRIORITY:=1 - PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-mini + PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic endef define Profile/Default/Description |