loongarch64: add wireless support by default

This commit is contained in:
coolsnowwolf 2024-01-15 01:27:42 +08:00
parent c24837295d
commit c2b9dbf31a

View File

@ -16,6 +16,6 @@ KERNELNAME:=vmlinuz.efi
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
partx-utils blkid e2fsprogs grub2-efi-loongarch64
partx-utils blkid e2fsprogs grub2-efi-loongarch64 htop wpad-openssl
$(eval $(call BuildTarget))