summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-at91
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-01-08 23:42:31 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-01-09 22:58:49 +0100
commite1b653944d5c11be1cf82f6b0ae25c8ce6516869 (patch)
tree793d532466e744f2217de16b964ff6ddccaf85dc /package/boot/uboot-at91
parent5147e0d4766ee01ae543921d4370be72fddfff21 (diff)
downloadopenwrt-e1b653944d5c11be1cf82f6b0ae25c8ce6516869.tar.gz
openwrt-e1b653944d5c11be1cf82f6b0ae25c8ce6516869.tar.bz2
openwrt-e1b653944d5c11be1cf82f6b0ae25c8ce6516869.zip
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@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-at91')
-rw-r--r--package/boot/uboot-at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile
index 268b254206..cad12ec2f8 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