1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00

Merge pull request #16640 from neg2led/ieee8021xclient

ieee8021xclient: fix DEPENDS to not create a dependency loop
This commit is contained in:
Rosen Penev 2021-09-18 02:03:06 -07:00 committed by GitHub
commit a0a6a8e06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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