ieee8021xclient: fix DEPENDS: to not create a dependency loop 16640/head
authorAndrew Powers-Holmes <andrew@omnom.net>
Fri, 17 Sep 2021 01:00:53 +0000 (11:00 +1000)
committerAndrew Powers-Holmes <andrew@omnom.net>
Fri, 17 Sep 2021 09:25:15 +0000 (19:25 +1000)
Signed-off-by: Andrew Powers-Holmes <andrew@omnom.net>
net/ieee8021xclient/Makefile

index 9a58b4e71138822593985735a0b7724d9ef6329a..a56a579045ee21f137e3a50815164a39d521a211 100644 (file)
@@ -20,7 +20,7 @@ define Package/ieee8021xclient
   CATEGORY:=Network
   MAINTAINER:=David Yang <mmyangfl@gmail.com>
   TITLE:=Wired 802.1x client config support
-  DEPENDS:=+wpa_supplicant
+  DEPENDS:=@(PACKAGE_wpa-supplicant||PACKAGE_wpad)
   PKGARCH:=all
 endef