From: Hauke Mehrtens Date: Mon, 8 Jan 2018 22:42:31 +0000 (+0100) Subject: uboot-at91: make packages hidden X-Git-Tag: v18.06.0-rc1~1360 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e1b653944d5c11be1cf82f6b0ae25c8ce6516869 uboot-at91: 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/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index 268b254206..cad12ec2f8 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk define U-Boot/Default BUILD_TARGET:=at91 + HIDDEN:=1 UBOOT_IMAGE:=u-boot.bin boot.bin endef