install iptables in runtime image

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-09-06 15:01:48 +01:00
parent 17ca9b4320
commit ca92a63cd6

View File

@ -219,7 +219,7 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
# this doesn't mean anything to you.
CONF_VERSION = "1"
IMAGE_INSTALL_append += " ca-certificates nodejs btrfs-tools rsync"
IMAGE_INSTALL_append += " btrfs-tools ca-certificates iptables nodejs rsync"
VIRTUAL-RUNTIME_init_manager="busybox"
VIRTUAL-RUNTIME_dev_manager="busybox-mdev"
PREFERRED_VERSION_nodejs = "6.3.0"