From 4b2679a5ba3f37b43ad6e67ff3474e0459ab5845 Mon Sep 17 00:00:00 2001 From: Philip K Date: Sun, 26 Apr 2020 15:34:34 +0200 Subject: [PATCH] base-system: Removed wifi dependencies --- srcpkgs/base-system/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/base-system/template b/srcpkgs/base-system/template index 810563c1bad..cd22c36380b 100644 --- a/srcpkgs/base-system/template +++ b/srcpkgs/base-system/template @@ -13,8 +13,8 @@ depends=" dash bash grep gzip file sed gawk less util-linux which tar man-pages mdocml>=1.13.3 shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools procps-ng tzdata pciutils usbutils iana-etc openssh dhcpcd - kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware - void-artwork traceroute ethtool kmod acpid eudev runit-void" + kbd iproute2 iputils iw xbps nvi sudo void-artwork traceroute + ethtool kmod acpid eudev runit-void" case "$XBPS_TARGET_MACHINE" in *-musl) depends+=" musl";;