mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifidmd: Update deprecated MultiAPDevice parameters
This commit is contained in:
parent
57d477c1da
commit
cbe66d6c96
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.10
|
PKG_VERSION:=1.0.11
|
||||||
|
|
||||||
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:=20a367d52d84ad253736075d6dab30c4bf51a20d
|
PKG_SOURCE_VERSION:=5a6803a44766f9b0b6652a5c62c317cfc6c8c7e8
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue