]> git.baikalelectronics.ru Git - uboot.git/commit
ubifs: Add missing dependency on GZIP
authorPali Rohár <pali@kernel.org>
Mon, 23 May 2022 20:50:36 +0000 (22:50 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 22:01:21 +0000 (18:01 -0400)
commiteaec1ec07fafce072b3537482becae1fa92b2c0b
tree47c180defe1d96f325bfa599aed219c3b73b5849
parent474282c15efff8a28d576858040027283c7c45f8
ubifs: Add missing dependency on GZIP

GZIP option can be manually de-selected when UBIFS is enabled. This cause
following compile error because ubifs calls gzip functions.

  /tmp/ccxVrh2c.ltrans1.ltrans.o: in function `gzip_decompress.lto_priv.566':
  <artificial>:(.text+0x768): undefined reference to `zunzip'
  collect2: error: ld returned 1 exit status
  make: *** [Makefile:1813: u-boot] Error 1

So add missing dependency on GZIP.

Signed-off-by: Pali Rohár <pali@kernel.org>
cmd/Kconfig