diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2016-11-25 16:52:41 -0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-20 09:12:04 +0100 |
commit | b132d4fb9162b4fe779e56ad684862a959e52764 (patch) | |
tree | 4adf56b57e0c5a03272abeb8ba966143b51c0c0b /package | |
parent | f9278337cf4b9c699a41dfc1e4c448213be53e61 (diff) | |
download | upstream-b132d4fb9162b4fe779e56ad684862a959e52764.tar.gz upstream-b132d4fb9162b4fe779e56ad684862a959e52764.tar.bz2 upstream-b132d4fb9162b4fe779e56ad684862a959e52764.zip |
uboot-omap: Do not hide bootloader packages
Because they were hidden, there was no way to disable the uboot
targets in menuconfig, so they had to be built every time. The omap
target is the only one to hide uboot packages. To be consistent with
the other targets, and have more control over the build, un-hide the
u-boot packages.
Note that the default behavior remains unchanged, as uboot will be
built unless explicitly disabled.
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 0369b07d3d..1b73f1c9f0 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -19,7 +19,6 @@ define U-Boot/Default BUILD_TARGET:=omap BUILD_DEVICES:=Default UBOOT_IMAGE:=u-boot.img MLO - HIDDEN:=1 endef define U-Boot/omap4_panda |