diff options
author | Steven Barth <steven@midlink.org> | 2014-11-02 12:20:54 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-11-02 12:20:54 +0000 |
commit | 2bf2015c24a9bb71fff0b1e92eb050ba0a852827 (patch) | |
tree | c1f39624aaf8621a81d5d08e601e7e0845f4c503 /package/system/mtd/Makefile | |
parent | 5bbc58d33fd434bcfa951302d3d54befffd24c34 (diff) | |
download | master-187ad058-2bf2015c24a9bb71fff0b1e92eb050ba0a852827.tar.gz master-187ad058-2bf2015c24a9bb71fff0b1e92eb050ba0a852827.tar.bz2 master-187ad058-2bf2015c24a9bb71fff0b1e92eb050ba0a852827.zip |
Add a few SPDX tags
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/mtd/Makefile')
-rw-r--r-- | package/system/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile index 97c61f04f1..8d7bb44aa0 100644 --- a/package/system/mtd/Makefile +++ b/package/system/mtd/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=20 PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME) STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS) -PKG_LICENSE:=GPLv2 GPLv2+ +PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:= include $(INCLUDE_DIR)/package.mk |