Browse Source

lxc-create: update depends to include getopt

Fixes https://github.com/openwrt/packages/issues/16684

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
lilik-openwrt-22.03
John Audia 3 years ago
committed by Josef Schlehofer
parent
commit
e80835b4bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/lxc/Makefile

+ 1
- 1
utils/lxc/Makefile View File

@ -39,7 +39,7 @@ LXC_SCRIPTS += \
DEPENDS_APPLETS = +libpthread +libcap +liblxc
DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock
DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock +getopt
define Package/lxc/Default
SECTION:=utils


Loading…
Cancel
Save