projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5147e0d
)
uboot-at91: make packages hidden
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 8 Jan 2018 22:42:31 +0000
(23:42 +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/uboot-at91/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-at91/Makefile
b/package/boot/uboot-at91/Makefile
index 268b254206efa4a6b02a1a96d10a7400e6de9bd6..cad12ec2f8706a50ba962ae36e9cb8faa97941f2 100644
(file)
--- 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