projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc8a44
)
at91bootstrap: make packages hidden
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 8 Jan 2018 22:41:10 +0000
(23:41 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 9 Jan 2018 21:58:49 +0000
(22:58 +0100)
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@hauke-m.de>
package/boot/at91bootstrap/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/at91bootstrap/Makefile
b/package/boot/at91bootstrap/Makefile
index 7e22af6af160bf58bf98a5303dec2202afd9f762..e704c357d1711641ca699ee8b98e5cdf6d7b2c13 100644
(file)
--- 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