diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-07-05 13:52:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-05 13:52:59 +0000 |
commit | da59249edf7ad8b4189d6b2cb8dfc931b3f774d0 (patch) | |
tree | 4220bdb50f37ae232ff7dc0610ad70f8294995bf | |
parent | 4a34951f52904a367000bcb17b25b2e61a941fd2 (diff) | |
parent | fd7c7e4653a4e514698999434e8b0c67633bdcc5 (diff) |
Merge "[BGPVPN] Enable/add plugin build to ISO."
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ endif build: cd ${root}/upstream/fuel/build && \ make \ - BUILD_FUEL_PLUGINS=f_odlpluginbuild \ + BUILD_FUEL_PLUGINS="f_odlpluginbuild f_bgpvpn-pluginbuild" \ UBUNTU_ARCH="amd64 arm64" \ FUELLIB_REPO=${root}/upstream/fuel-library \ FUELLIB_COMMIT=HEAD \ |