diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-06 14:24:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-06 14:24:16 +0100 |
commit | 63896d07d312a57fa4033b0826fd3317816b500d (patch) | |
tree | 828a3b9a0a2ef53f003754afcdc3f02e491453bc /package | |
parent | 0adbc03b277abd1e1c82c15ef82fba7c1844066e (diff) |
wpa_suppplicant: hash has changed
Diffstat (limited to 'package')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 8488d0c95..dadbe05c9 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= wpa_supplicant PKG_VERSION:= 2.10 PKG_RELEASE:= 1 -PKG_HASH:= e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +PKG_HASH:= 20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f PKG_DESCR:= wpa supplicant PKG_SECTION:= net/wifi PKG_DEPENDS:= libnl |