diff options
| author | Piotr Dymacz | 2021-03-28 23:02:05 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2021-05-20 11:45:12 +0000 |
| commit | 959eabf172ccf9bc5113ee6d6dc60913c423613b (patch) | |
| tree | 1d21d46c74df1b73cdf5e70f447accbdba83d939 | |
| parent | cbc8bcfbaa71fe0928bf07d29ec0fe6217fd51ad (diff) | |
| download | openwrt-959eabf172ccf9bc5113ee6d6dc60913c423613b.tar.gz | |
uboot-imx6: drop 'HIDDEN' flag from 'mx6cuboxi' define
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
| -rw-r--r-- | package/boot/uboot-imx6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index d87b599eb8..ffe2f6d6fd 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -32,7 +32,6 @@ define U-Boot/mx6cuboxi UBOOT_IMAGE:=SPL u-boot.img UBOOT_MAKE_FLAGS:=SPL u-boot.img BUILD_DEVICES:=cubox-i - HIDDEN:=1 endef define U-Boot/wandboard |