mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Add dependency to required provider for DHCP app
Change-Id: I35785bfebe68bea180c5d78d58067bc0eba046c9
This commit is contained in:
parent
4f62a1ea78
commit
e554d6367e
@ -6,6 +6,7 @@ BUNDLES = [
|
||||
onos_app(
|
||||
category = "Utility",
|
||||
included_bundles = BUNDLES,
|
||||
required_apps = ["org.onosproject.hostprovider"],
|
||||
title = "DHCP Server",
|
||||
url = "http://onosproject.org",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user