projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedc7b3
)
uboot-airoha: drop HIDDEN option
author
Christian Marangi
<
[email protected]
>
Mon, 10 Nov 2025 18:16:01 +0000
(19:16 +0100)
committer
Christian Marangi
<
[email protected]
>
Mon, 10 Nov 2025 18:16:01 +0000
(19:16 +0100)
Drop HIDDEN option from U-Boot default for Airoha while support for ATF
gets pushed.
Signed-off-by: Christian Marangi <
[email protected]
>
package/boot/uboot-airoha/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-airoha/Makefile
b/package/boot/uboot-airoha/Makefile
index f3ba478fee00b531e3fdc1dd5dba96da6f06329e..0b811321d025b1f2d179d662d5133d6ed63bb90e 100644
(file)
--- a/
package/boot/uboot-airoha/Makefile
+++ b/
package/boot/uboot-airoha/Makefile
@@
-13,7
+13,6
@@
include $(INCLUDE_DIR)/host-build.mk
define U-Boot/Default
BUILD_TARGET:=airoha
- HIDDEN:=1
FIP_COMPRESS:=1
endef