[openwrt/openwrt] uboot-at91: make packages hidden

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 9 13:59:16 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/e1b653944d5c11be1cf82f6b0ae25c8ce6516869

commit e1b653944d5c11be1cf82f6b0ae25c8ce6516869
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jan 8 23:42:31 2018 +0100

    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 <hauke at hauke-m.de>
---
 package/boot/uboot-at91/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile
index 268b254..cad12ec 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
 



More information about the lede-commits mailing list