From 883840315c1bbaad994326dd039337d86d0582e8 Mon Sep 17 00:00:00 2001 From: gaosong Date: Wed, 15 Mar 2023 09:03:03 +0800 Subject: [PATCH] dhcp Signed-off-by: gaosong --- components/communication.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/communication.json b/components/communication.json index 445505f..38638f0 100755 --- a/components/communication.json +++ b/components/communication.json @@ -94,10 +94,10 @@ "description": "dhcp service based on linux.", "optional": "true", "dirs": [ - "foundation/communication/wifi/dhcp" + "foundation/communication/dhcp" ], "targets": [ - "//foundation/communication/wifi/dhcp:dhcp" + "//foundation/communication/dhcp:dhcp" ], "rom": "", "ram": "", -- GitLab