lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit befe43e099075ac954b11e4ae1281c2448bd1c9f
parent d24befd61c39ce0179bbcc993f427f002ea38ef9
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Wed, 17 Dec 2014 18:09:37 +0100

debootstrap: depends on ar

debootstrap uses ar to decompress .deb packages

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Madmin/debootstrap/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 + DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar endef define Package/debootstrap/description