riscv64: rename target and add default kmods
authorZoltan HERPAI <[email protected]>
Fri, 2 Nov 2018 17:50:42 +0000 (18:50 +0100)
committerZoltan HERPAI <[email protected]>
Fri, 2 Nov 2018 17:50:42 +0000 (18:50 +0100)
Signed-off-by: Zoltan HERPAI <[email protected]>
target/linux/riscv64/Makefile

index bc01f741d63d08d9212031e1e65895c02615da54..1fb8edde53fa9996c43bc94edfc3e967be5ba52a 100644 (file)
@@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=riscv64
 BOARD:=riscv64
-BOARDNAME:=RISC-V HiFive Unleashed
-FEATURES:=squashfs ext4
+BOARDNAME:=RISC-V HiFive Unleashed / QEMU
+FEATURES:=ext4
 DEVICE_TYPE:=developerboard
 MAINTAINER:=Zoltan HERPAI <[email protected]>, Alex Guo <[email protected]>
 
@@ -18,7 +18,9 @@ KERNEL_PATCHVER:=4.19
 include $(INCLUDE_DIR)/target.mk
 
 define Target/Description
-       Build firmware images for the HiFive Unleashed
+       Build firmware images for the HiFive Unleashed and QEMU
 endef
 
+DEFAULT_PACKAGES += kmod-leds-gpio kmod-usb-net
+
 $(eval $(call BuildTarget))