From: Felix Fietkau Date: Sat, 4 Mar 2023 15:26:54 +0000 (+0100) Subject: uboot-mediatek: mark all packages as hidden X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b934c6351819aa330725bcbbbe91286e68618af5;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- 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