Browse Source

debootstrap: depends on ar

debootstrap uses ar to decompress .deb packages

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 10 years ago
parent
commit
befe43e099
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      admin/debootstrap/Makefile

+ 1
- 1
admin/debootstrap/Makefile View File

@ -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…
Cancel
Save