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:
2497f5b
)
opensbi: allow building on TARGET_cv18x0
kitchensink-202405
author
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 30 Apr 2024 09:26:49 +0000
(11:26 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 30 Apr 2024 09:26:49 +0000
(11:26 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/boot/opensbi/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/opensbi/Makefile
b/package/boot/opensbi/Makefile
index b2ef27dd71cd504a9fbd727063802516bb77faf8..bdba6e2be2d8dcbca64524f10f3b4d98c103c2fc 100644
(file)
--- a/
package/boot/opensbi/Makefile
+++ b/
package/boot/opensbi/Makefile
@@
-29,7
+29,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/opensbi
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=@(TARGET_sifiveu||TARGET_d1)
+ DEPENDS:=@(TARGET_sifiveu||TARGET_d1
||TARGET_cv18x0
)
URL:=https://github.com/riscv/opensbi/blob/master/README.md
VARIANT:=$(subst _,/,$(subst opensbi_,,$(1)))
TITLE:=OpenSBI generic