Browse Source
Merge pull request #16640 from neg2led/ieee8021xclient
ieee8021xclient: fix DEPENDS to not create a dependency loop
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
net/ieee8021xclient/Makefile
|
|
@ -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 |
|
|
|
|
|
|
|