Browse Source

Add lxc-device applet

Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
lilik-openwrt-22.03
Alex Samorukov 10 years ago
parent
commit
552f24a63f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/lxc/Makefile

+ 2
- 1
utils/lxc/Makefile View File

@ -28,7 +28,8 @@ include $(INCLUDE_DIR)/package.mk
LXC_APPLETS_BIN += \
attach autostart cgroup clone config console create destroy execute \
freeze info monitor snapshot start stop unfreeze unshare usernsexec wait
freeze info monitor snapshot start stop unfreeze unshare usernsexec wait \
device
LXC_APPLETS_LIB += \
monitord user-nic


Loading…
Cancel
Save