projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f53fa2
)
uboot-mediatek: mark all packages as hidden
author
Felix Fietkau
<nbd@nbd.name>
Sat, 4 Mar 2023 15:26:54 +0000
(16:26 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 4 Mar 2023 15:27:25 +0000
(16:27 +0100)
They are enabled by selecting devices. Fixes build errors when enabling extra
devices without creating a new config from scratch.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/boot/uboot-mediatek/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-mediatek/Makefile
b/package/boot/uboot-mediatek/Makefile
index 7fbca24d0a581c99dcbd4d8b6047599451af21b3..ef47cffe374cbb3b7494467e87eeea3e93a2ec9e 100644
(file)
--- a/
package/boot/uboot-mediatek/Makefile
+++ b/
package/boot/uboot-mediatek/Makefile
@@
-34,6
+34,7
@@
endif
define U-Boot/Default
BUILD_TARGET:=mediatek
UBOOT_IMAGE:=u-boot-mtk.bin
+ HIDDEN:=1
endef
define U-Boot/mt7620_rfb