13 lines
555 B
Makefile
13 lines
555 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||
|
|
||
|
PKG_NAME="wireless-regdb"
|
||
|
PKG_VERSION="2019.06.03"
|
||
|
PKG_SHA256="cd917ed86b63ce8d93947979f1f18948f03a4ac0ad89ec25227b36ac00dc54bf"
|
||
|
PKG_LICENSE="GPL"
|
||
|
PKG_SITE="http://wireless.kernel.org/en/developers/Regulatory"
|
||
|
PKG_URL="https://www.kernel.org/pub/software/network/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||
|
PKG_LONGDESC="wireless-regdb is a regulatory database"
|
||
|
PKG_TOOLCHAIN="manual"
|