diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-11 15:04:37 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-16 22:21:45 +0100 |
commit | 9ba09653ade1fa20d0d777390d522fb179c1088e (patch) | |
tree | 3949acfa6a2d6fc68414f5380156ba4c4d87cec7 /target/linux/cns3xxx/Makefile | |
parent | 72c39970039fa46ad95cf304e8f75c73b2627092 (diff) | |
download | upstream-9ba09653ade1fa20d0d777390d522fb179c1088e.tar.gz upstream-9ba09653ade1fa20d0d777390d522fb179c1088e.tar.bz2 upstream-9ba09653ade1fa20d0d777390d522fb179c1088e.zip |
treewide: remove maintainer variable from targets
There is no such role as target maintainer anymore, one should always
send corresponding changes for the review and anyone from the commiters
is allowed to merge them or eventually use the hand break and NACK them.
Lets make it clear, that it is solely a community doing the maintenance
tasks.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/cns3xxx/Makefile')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index f21ad06248..4df77967bf 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -12,8 +12,6 @@ BOARDNAME:=Cavium Networks Econa CNS3xxx FEATURES:=squashfs fpu gpio pcie usb usbgadget CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp -MAINTAINER:=Felix Fietkau <nbd@nbd.name>, \ - Koen Vandeputte <koen.vandeputte@ncentric.com> KERNEL_PATCHVER:=4.19 define Target/Description |