[openwrt/openwrt] at91bootstrap: make packages hidden
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 9 13:59:15 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/5147e0d4766ee01ae543921d4370be72fddfff21
commit 5147e0d4766ee01ae543921d4370be72fddfff21
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jan 8 23:41:10 2018 +0100
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 <hauke at hauke-m.de>
---
package/boot/at91bootstrap/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
index 7e22af6..e704c35 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
More information about the lede-commits
mailing list