mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
ieee8021xclient: fix DEPENDS: to not create a dependency loop
Signed-off-by: Andrew Powers-Holmes <andrew@omnom.net>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user