[openwrt/openwrt] uboot-mediatek: mark all packages as hidden

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 4 08:12:25 PST 2023


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b934c6351819aa330725bcbbbe91286e68618af5

commit b934c6351819aa330725bcbbbe91286e68618af5
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Mar 4 16:26:54 2023 +0100

    uboot-mediatek: mark all packages as hidden
    
    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 at nbd.name>
---
 package/boot/uboot-mediatek/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index 7fbca24d0a..ef47cffe37 100644
--- 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




More information about the lede-commits mailing list