Skip to content

Commit

Permalink
busybox: use $(AUTORELEASE) and SPDX
Browse files Browse the repository at this point in the history
use AUTORELEASE since BusyBox is often updaten and PKG_RELEASE is not
consistently bumped. Also use SPDX license headers to be machine
readable and bump the copyright year to 2021.

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed May 18, 2021
1 parent 829b5c2 commit 25fdb42
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package/utils/busybox/Makefile
@@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2006-2020 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# Copyright (C) 2006-2021 OpenWrt.org

include $(TOPDIR)/rules.mk

PKG_NAME:=busybox
PKG_VERSION:=1.33.1
PKG_RELEASE:=1
PKG_RELEASE:=$(AUTORELEASE)
PKG_FLAGS:=essential

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
Expand Down

0 comments on commit 25fdb42

Please sign in to comment.