diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2017-10-02 17:00:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 17:00:46 -0500 |
commit | b9df650c08f71adf0e50322c1cc5b185f16b1ee4 (patch) | |
tree | 2c5a13f4c662c157dfc1887f8e4eddbdd24515c2 /meta-raptor | |
parent | f617538bdcdd4d464c2ccb506b74b21dba913727 (diff) | |
parent | 6a652566e6db2a288cf5bc4e2aa9a548c90e0a3f (diff) | |
download | ast2050-yocto-openbmc-b9df650c08f71adf0e50322c1cc5b185f16b1ee4.zip ast2050-yocto-openbmc-b9df650c08f71adf0e50322c1cc5b185f16b1ee4.tar.gz |
Merge pull request #4 from pkubaj/patch-4
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 += " \ |