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>
This commit is contained in:
parent
1f53fa2b83
commit
b934c63518
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ endif
|
||||||
define U-Boot/Default
|
define U-Boot/Default
|
||||||
BUILD_TARGET:=mediatek
|
BUILD_TARGET:=mediatek
|
||||||
UBOOT_IMAGE:=u-boot-mtk.bin
|
UBOOT_IMAGE:=u-boot-mtk.bin
|
||||||
|
HIDDEN:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/mt7620_rfb
|
define U-Boot/mt7620_rfb
|
||||||
|
|
Loading…
Reference in a new issue