From: Hauke Mehrtens Date: Mon, 8 Jan 2018 22:41:10 +0000 (+0100) Subject: at91bootstrap: make packages hidden X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5147e0d4766ee01ae543921d4370be72fddfff21;p=librecmc%2Flibrecmc.git at91bootstrap: make packages hidden These packages are needed to generate the image, better mark them hidden so we will activate them based on which boards gets build and they will be activated always when the board which needs then gets build. Signed-off-by: Hauke Mehrtens --- diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 7e22af6af1..e704c357d1 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/package/boot/at91bootstrap/Makefile @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define AT91Bootstrap/Default BUILD_TARGET:=at91 BUILD_SUBTARGET:=sama5 + HIDDEN:=1 AT91BOOTSTRAP_IMAGE:=at91bootstrap.bin endef