From b664d5fe2aac536a30a7c5454ad7d5d1498c50c5 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Sat, 22 Oct 2016 11:00:49 +0200 Subject: [PATCH] debootstrap: add xz dependency required to extract some packages as stated in issue https://github.com/openwrt/packages/issues/3365 Signed-off-by: Alberto Bursi --- admin/debootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index eef7bf2e13..a7d45c2640 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -28,7 +28,7 @@ define Package/debootstrap CATEGORY:=Administration TITLE:=Bootstrap a basic Debian system URL:=http://wiki.debian.org/Debootstrap - DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar + DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar +xz endef define Package/debootstrap/description