From 07e17e2f0600a24920f25590a659ffa10ff51358 Mon Sep 17 00:00:00 2001 From: Andrew Powers-Holmes Date: Fri, 17 Sep 2021 11:00:53 +1000 Subject: [PATCH] ieee8021xclient: fix DEPENDS: to not create a dependency loop Signed-off-by: Andrew Powers-Holmes --- net/ieee8021xclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ieee8021xclient/Makefile b/net/ieee8021xclient/Makefile index 9a58b4e71..a56a57904 100644 --- a/net/ieee8021xclient/Makefile +++ b/net/ieee8021xclient/Makefile @@ -20,7 +20,7 @@ define Package/ieee8021xclient CATEGORY:=Network MAINTAINER:=David Yang TITLE:=Wired 802.1x client config support - DEPENDS:=+wpa_supplicant + DEPENDS:=@(PACKAGE_wpa-supplicant||PACKAGE_wpad) PKGARCH:=all endef