Browse Source

buildroot config: enable wireless tool package

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu 1 year ago
parent
commit
2c6799ebca
2 changed files with 2 additions and 0 deletions
  1. 1 0
      conf/buildroot_initramfs_config
  2. 1 0
      conf/buildroot_rootfs_config

+ 1 - 0
conf/buildroot_initramfs_config

@@ -189,6 +189,7 @@ BR2_PACKAGE_IPTABLES_NFTABLES=y
 BR2_PACKAGE_IW=y
 BR2_PACKAGE_PHYTOOL=y
 BR2_PACKAGE_TCPDUMP=y
+BR2_PACKAGE_WIRELESS_TOOLS=y
 BR2_PACKAGE_WPA_SUPPLICANT=y
 BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
 BR2_PACKAGE_WPA_SUPPLICANT_WPS=y

+ 1 - 0
conf/buildroot_rootfs_config

@@ -176,6 +176,7 @@ BR2_PACKAGE_IPUTILS=y
 BR2_PACKAGE_IW=y
 BR2_PACKAGE_PHYTOOL=y
 BR2_PACKAGE_TCPDUMP=y
+BR2_PACKAGE_WIRELESS_TOOLS=y
 BR2_PACKAGE_WPA_SUPPLICANT=y
 BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
 BR2_PACKAGE_WPA_SUPPLICANT_WPS=y