diff options
| author | Felix Fietkau | 2023-03-04 15:26:54 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2023-03-04 15:27:25 +0000 |
| commit | b934c6351819aa330725bcbbbe91286e68618af5 (patch) | |
| tree | bdb51eddc52ed23a99bec62611cdc3968ad072d6 | |
| parent | 1f53fa2b8365f7422822ebc43210b980dcbebcd9 (diff) | |
| download | openwrt-b934c6351819aa330725bcbbbe91286e68618af5.tar.gz | |
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>
| -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 |