diff options
author | David Bauer <mail@david-bauer.net> | 2019-03-29 16:16:18 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-03-31 20:59:08 +0200 |
commit | 38f3433420b5f1084e7739c35afc40b1340e90d6 (patch) | |
tree | 7754d8eb6f039d7bfc7e1817f264aee815772b7f | |
parent | d260813d091fffa33fae7ce86cb2f2a4b42d3da0 (diff) | |
download | upstream-38f3433420b5f1084e7739c35afc40b1340e90d6.tar.gz upstream-38f3433420b5f1084e7739c35afc40b1340e90d6.tar.bz2 upstream-38f3433420b5f1084e7739c35afc40b1340e90d6.zip |
ramips: add missing SPDX identifier for EX6150
This adds the SPDX license identifier for the NETGEAR EX6150. It was
missed when submitting the original patch.
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r-- | target/linux/ramips/dts/EX6150.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/EX6150.dts b/target/linux/ramips/dts/EX6150.dts index 729173bdd6..a5827f270d 100644 --- a/target/linux/ramips/dts/EX6150.dts +++ b/target/linux/ramips/dts/EX6150.dts @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; #include "mt7621.dtsi" |