From c2b9dbf31a76066a139f88ed010f9f77ecbf771a Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 15 Jan 2024 01:27:42 +0800 Subject: [PATCH] loongarch64: add wireless support by default --- target/linux/loongarch64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/loongarch64/Makefile b/target/linux/loongarch64/Makefile index 765dd89a8..c87042053 100644 --- a/target/linux/loongarch64/Makefile +++ b/target/linux/loongarch64/Makefile @@ -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))