projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1565eb8
)
riscv64: rename target and add default kmods
author
Zoltan HERPAI
<
[email protected]
>
Fri, 2 Nov 2018 17:50:42 +0000
(18:50 +0100)
committer
Zoltan 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
patch
|
blob
|
history
diff --git
a/target/linux/riscv64/Makefile
b/target/linux/riscv64/Makefile
index bc01f741d63d08d9212031e1e65895c02615da54..1fb8edde53fa9996c43bc94edfc3e967be5ba52a 100644
(file)
--- 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 <
[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))