mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
dawn: update to 2025-03-03
Add "option tcp_ip '0.0.0.0'" to config. Changelog: 62688e4 tcpsocket: add option to bind to specific ip be63ed4 ubus: actually deny association when no probe entry is found 6361df6 datastorage: fix debug message regarding client kick condition af593cc ci: fix and improve ci Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dawn
|
||||
PKG_SOURCE_DATE:=2023-05-14
|
||||
PKG_SOURCE_DATE:=2025-03-03
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
|
||||
PKG_SOURCE_VERSION:=e036905ae3a5d079f899bbe46461fc78b4566349
|
||||
PKG_MIRROR_HASH:=af8ba911efab569981a1d8f06d00c9a97d79927dc5ae0ff2b018c3b46cc01565
|
||||
PKG_SOURCE_VERSION:=f8cdae3f2972fe810c164add880aeb6be99493f0
|
||||
PKG_MIRROR_HASH:=92c2cd9d532490e7196fe0fd2527d1259d6a9079733333a09caa9c688e617f3c
|
||||
|
||||
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
|
||||
@@ -4,6 +4,7 @@ config local
|
||||
config network
|
||||
option broadcast_ip '10.0.0.255'
|
||||
option broadcast_port '1025'
|
||||
option tcp_ip '0.0.0.0'
|
||||
option tcp_port '1026'
|
||||
option network_option '2'
|
||||
option shared_key 'Niiiiiiiiiiiiick'
|
||||
|
||||
Reference in New Issue
Block a user