Browse Source

Merge pull request #3370 from bobafetthotmail/patch-4

debootstrap: add xz dependency
lilik-openwrt-22.03
Daniel Golle 8 years ago
committed by GitHub
parent
commit
66afa4483d
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 +ar
DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar +xz
endef
define Package/debootstrap/description


Loading…
Cancel
Save