From: Felix Fietkau Date: Sat, 4 Mar 2023 15:26:54 +0000 (+0100) Subject: uboot-mediatek: mark all packages as hidden X-Git-Tag: v23.05.0-rc1~870 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b934c6351819aa330725bcbbbe91286e68618af5;p=thirdparty%2Fopenwrt.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 7fbca24d0a5..ef47cffe374 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