From: Zoltan HERPAI Date: Fri, 2 Nov 2018 17:50:42 +0000 (+0100) Subject: riscv64: rename target and add default kmods X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bdd337e77b3268d09d8b1060d3eb1c1c818b9e2f;p=openwrt%2Fstaging%2Fwigyori.git riscv64: rename target and add default kmods Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/riscv64/Makefile b/target/linux/riscv64/Makefile index bc01f741d6..1fb8edde53 100644 --- a/target/linux/riscv64/Makefile +++ b/target/linux/riscv64/Makefile @@ -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 , Alex Guo @@ -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))