debootstrap: depends on ar
debootstrap uses ar to decompress .deb packages Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
d24befd61c
commit
befe43e099
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue