diff options
author | pkubaj <pkubaj@users.noreply.github.com> | 2017-09-30 18:37:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-30 18:37:36 +0200 |
commit | 6a652566e6db2a288cf5bc4e2aa9a548c90e0a3f (patch) | |
tree | 6b0b2664003d3fda03cf46aaea2660099326aa04 /meta-raptor | |
parent | e208d2fb646f915986d7e9f3cc4cc5b651a38e74 (diff) | |
download | ast2050-yocto-openbmc-6a652566e6db2a288cf5bc4e2aa9a548c90e0a3f.zip ast2050-yocto-openbmc-6a652566e6db2a288cf5bc4e2aa9a548c90e0a3f.tar.gz |
Add iptables to the image
Diffstat (limited to 'meta-raptor')
-rw-r--r-- | meta-raptor/meta-asus/recipes-core/images/asus-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-raptor/meta-asus/recipes-core/images/asus-image.bb b/meta-raptor/meta-asus/recipes-core/images/asus-image.bb index b623f38..dd3ea3b 100644 --- a/meta-raptor/meta-asus/recipes-core/images/asus-image.bb +++ b/meta-raptor/meta-asus/recipes-core/images/asus-image.bb @@ -62,6 +62,7 @@ IMAGE_INSTALL += " \ flashrom \ cherryPy \ screen \ + iptables \ " IMAGE_FEATURES += " \ |