forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e596ff1 ubus.c: only add nr entries matching our own SSID Signed-off-by: Nick Hainke <[email protected]>
- Loading branch information
1 parent
6016865
commit bb0d45e
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=dawn | ||
PKG_SOURCE_DATE:=2022-07-16 | ||
PKG_SOURCE_DATE:=2022-07-18 | ||
PKG_RELEASE:=$(AUTORELEASE) | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git | ||
PKG_SOURCE_VERSION:=181549f7bb706f04d6cdd2e8dae80ba4e9549cbe | ||
PKG_MIRROR_HASH:=7d6cb5b14035e5e5941e5f5a8fb18bc2cb1ff51ecac6f3cdb4acf39215fe59d2 | ||
PKG_SOURCE_VERSION:=e596ff131735821684f7ecea73d7634733319f94 | ||
PKG_MIRROR_HASH:=be47665a0df75ee93b0949a42e6ab3e41243d01519ae01dada983f23611a949a | ||
|
||
PKG_MAINTAINER:=Nick Hainke <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-only | ||
|