summaryrefslogtreecommitdiff
path: root/configs/warpboard_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-08-01 12:39:02 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-01 22:09:59 +0200
commit2369a39ed38e5be12d59593935e4ab44859e094a (patch)
treed47b55738ac0c15910b84eaa3a462aecd40ca556 /configs/warpboard_defconfig
parentb845a1541f4c40e028a7351ca183ea3c6db56246 (diff)
configs: warpboard: Select wireless related packages
Let the wireless packages be selected by default to make the usage of Wifi a bit simpler. Suggested-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/warpboard_defconfig')
-rw-r--r--configs/warpboard_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/warpboard_defconfig b/configs/warpboard_defconfig
index 5e6d27e8e..19425b364 100644
--- a/configs/warpboard_defconfig
+++ b/configs/warpboard_defconfig
@@ -25,6 +25,11 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-warp"
BR2_PACKAGE_LINUX_FIRMWARE=y
BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XX=y
+# wireless packages
+BR2_PACKAGE_WIRELESS_TOOLS=y
+BR2_PACKAGE_WPA_SUPPLICANT=y
+BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
+
# uboot
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="warp"