mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
bbfdm: 1.6.3
- 0826d708 wifi: Get possible channels from channels method - 379f4920 Support Overwriting/Disabling/Extending core datamodel using JSON Plugins - b1be9745 bbfdm-api: Enhance replace_str API to utilize provided buffer - a49aa1f8 Fix IPLayerCapacityMetrics parameter default values - 8617886e bbf.diag: use JSON API instead of relying on hardcoded strings
This commit is contained in:
parent
6dbfa5897c
commit
0a34d99b6e
1 changed files with 2 additions and 2 deletions
|
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bbfdm
|
||||
PKG_VERSION:=1.6.2
|
||||
PKG_VERSION:=1.6.3
|
||||
|
||||
USE_LOCAL:=0
|
||||
ifneq ($(USE_LOCAL),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
|
||||
PKG_SOURCE_VERSION:=eddef9c11613d0dfca204b394aa1fe1f9e74d271
|
||||
PKG_SOURCE_VERSION:=0826d708387ae250a734b41f5f795ca1c5186488
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue