浏览代码

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 <[email protected]>
Hauke Mehrtens 7 年之前
父节点
当前提交
e1b653944d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/boot/uboot-at91/Makefile

+ 1 - 0
package/boot/uboot-at91/Makefile

@@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk
 
 
 define U-Boot/Default
 define U-Boot/Default
   BUILD_TARGET:=at91
   BUILD_TARGET:=at91
+  HIDDEN:=1
   UBOOT_IMAGE:=u-boot.bin boot.bin
   UBOOT_IMAGE:=u-boot.bin boot.bin
 endef
 endef