diff options
| author | David Bauer | 2019-03-29 15:16:18 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2019-03-31 18:59:08 +0000 |
| commit | 38f3433420b5f1084e7739c35afc40b1340e90d6 (patch) | |
| tree | 7754d8eb6f039d7bfc7e1817f264aee815772b7f | |
| parent | d260813d091fffa33fae7ce86cb2f2a4b42d3da0 (diff) | |
| download | openwrt-38f3433420b5f1084e7739c35afc40b1340e90d6.tar.gz | |
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" |