diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-03-04 16:26:54 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-03-04 16:27:25 +0100 |
commit | b934c6351819aa330725bcbbbe91286e68618af5 (patch) | |
tree | bdb51eddc52ed23a99bec62611cdc3968ad072d6 /package/boot/uboot-mediatek/Makefile | |
parent | 1f53fa2b8365f7422822ebc43210b980dcbebcd9 (diff) | |
download | upstream-b934c6351819aa330725bcbbbe91286e68618af5.tar.gz upstream-b934c6351819aa330725bcbbbe91286e68618af5.tar.bz2 upstream-b934c6351819aa330725bcbbbe91286e68618af5.zip |
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@nbd.name>
Diffstat (limited to 'package/boot/uboot-mediatek/Makefile')
-rw-r--r-- | package/boot/uboot-mediatek/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |