mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: switch to busybox unzip
This commit is contained in:
parent
c7aa22f229
commit
54a2f66da6
@ -187,7 +187,7 @@ CONFIG_FEATURE_TAR_TO_COMMAND=y
|
|||||||
CONFIG_FEATURE_TAR_UNAME_GNAME=y
|
CONFIG_FEATURE_TAR_UNAME_GNAME=y
|
||||||
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
|
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
|
||||||
# CONFIG_FEATURE_TAR_SELINUX is not set
|
# CONFIG_FEATURE_TAR_SELINUX is not set
|
||||||
# CONFIG_UNZIP is not set
|
CONFIG_UNZIP=y
|
||||||
# CONFIG_FEATURE_UNZIP_CDF is not set
|
# CONFIG_FEATURE_UNZIP_CDF is not set
|
||||||
# CONFIG_FEATURE_UNZIP_BZIP2 is not set
|
# CONFIG_FEATURE_UNZIP_BZIP2 is not set
|
||||||
# CONFIG_FEATURE_UNZIP_LZMA is not set
|
# CONFIG_FEATURE_UNZIP_LZMA is not set
|
||||||
|
@ -9,7 +9,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://www.busybox.net"
|
PKG_SITE="http://www.busybox.net"
|
||||||
PKG_URL="https://busybox.net/downloads/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://busybox.net/downloads/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS_HOST="toolchain:host"
|
PKG_DEPENDS_HOST="toolchain:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain busybox:host hdparm dosfstools e2fsprogs zip unzip usbutils parted procps-ng gptfdisk libtirpc"
|
PKG_DEPENDS_TARGET="toolchain busybox:host hdparm dosfstools e2fsprogs zip usbutils parted procps-ng gptfdisk libtirpc"
|
||||||
PKG_DEPENDS_INIT="toolchain libtirpc"
|
PKG_DEPENDS_INIT="toolchain libtirpc"
|
||||||
PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into a single small executable."
|
PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into a single small executable."
|
||||||
# busybox fails to build with GOLD support enabled with binutils-2.25
|
# busybox fails to build with GOLD support enabled with binutils-2.25
|
||||||
|
Loading…
x
Reference in New Issue
Block a user