bird1-openwrt: fix Makefile issues
This commit replaces the deprecated licensing text with an SPDX license identifier, and removes tab indentations in the conffiles sections. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
This commit is contained in:
parent
914c27aeb6
commit
6697ca291f
1 changed files with 23 additions and 34 deletions
|
@ -1,18 +1,7 @@
|
|||
# Copyright (C) 2014-2017 Eloi Carbo <eloicaso@openmailbox.org>
|
||||
# Copyright (C) 2022 Roger Pueyo Centelles <roger.pueyo@guifi.net>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# Copyright (C) 2014-2017 Eloi Carbó <eloicaso@openmailbox.org>
|
||||
# Copyright (C) 2022-2023 Roger Pueyo Centelles <roger.pueyo@guifi.net>
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
@ -27,9 +16,9 @@ PKG_NAME := $(BIRD1_PKG)-openwrt
|
|||
PKG_IPV4_NAME := $(BIRD1_IPV4_PKG)-openwrt
|
||||
PKG_IPV6_NAME := $(BIRD1_IPV6_PKG)-openwrt
|
||||
PKG_VERSION := 0.3
|
||||
PKG_RELEASE := 2
|
||||
PKG_RELEASE := 3
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
PKG_LICENSE := GPL-3.0+
|
||||
PKG_LICENSE := GPL-3.0-or-later
|
||||
|
||||
PKG_UCI_NAME := $(BIRD1_PKG)-uci
|
||||
PKG_LUCI_NAME := $(BIRD1_PKG)-luci
|
||||
|
|
Loading…
Reference in a new issue