mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/opkg: Add lz4 support
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> [yann.morin.1998@free.fr: drop option, use package as condition] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
23a669456f
commit
3d9ba8c3f7
@@ -22,6 +22,13 @@ else
|
||||
OPKG_CONF_OPTS += --disable-gpg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LZ4),y)
|
||||
OPKG_DEPENDENCIES += lz4
|
||||
OPKG_CONF_OPTS += --enable-lz4
|
||||
else
|
||||
OPKG_CONF_OPTS += --disable-lz4
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||
OPKG_DEPENDENCIES += xz
|
||||
OPKG_CONF_OPTS += --enable-xz
|
||||
|
||||
Reference in New Issue
Block a user