target: use SPDX license identifiers on Makefiles
[openwrt/staging/chunkeey.git] / target / linux / lantiq / ase / target.mk
index 82a162bbb1e04934ea2432d85b17c41dad0956f0..694fe6c2a73390a53762c8b076c4afad3bb52563 100644 (file)
@@ -1,13 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2016 LEDE Project
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+
 ARCH:=mips
 SUBTARGET:=ase
 BOARDNAME:=Amazon-SE
-FEATURES:=atm mips16 small_flash
+FEATURES+=atm mips16 small_flash
 CPU_TYPE:=mips32
 
 DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \