Fix dhcprelay dependency

Change-Id: I80b83c82fa84eb4235c1de392e1b542a0724ea75
This commit is contained in:
Charles Chan 2018-10-30 11:16:42 -07:00 committed by Ray Milkey
parent 60c8df7d79
commit 577b194d0a

View File

@ -8,7 +8,10 @@ onos_app(
category = "Utility",
description = "DHCP Relay Agent Application.",
included_bundles = BUNDLES,
required_apps = ["org.onosproject.route-service"],
required_apps = [
"org.onosproject.route-service",
"org.onosproject.fpm",
],
title = "DHCP Relay Agent",
url = "http://onosproject.org",
)