mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifidmd: Additional key validation for sae-mixed encryption
This commit is contained in:
parent
e0cda7f5d0
commit
ab794f7469
1 changed files with 3 additions and 3 deletions
|
|
@ -5,14 +5,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wifidmd
|
PKG_NAME:=wifidmd
|
||||||
PKG_VERSION:=1.0.14
|
PKG_VERSION:=1.0.15
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/wifidmd.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/wifidmd.git
|
||||||
PKG_SOURCE_VERSION:=dd9f37594b696722b9fa76d0bffa4af4dfc7f9fb
|
PKG_SOURCE_VERSION:=6f31a18689368431ec248cfcb000cd243ce5fa2e
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue