1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

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>
This commit is contained in:
Petr Štetiar 2020-03-11 15:04:37 +01:00
parent 72c3997003
commit 9ba09653ad
34 changed files with 0 additions and 40 deletions

View File

@ -9,8 +9,6 @@ BOARD:=apm821xx
BOARDNAME:=AppliedMicro APM821xx BOARDNAME:=AppliedMicro APM821xx
CPU_TYPE:=464fp CPU_TYPE:=464fp
FEATURES:=fpu dt gpio FEATURES:=fpu dt gpio
MAINTAINER:=Chris Blake <chrisrblake93@gmail.com>, \
Christian Lamparter <chunkeey@gmail.com>
SUBTARGETS:=nand sata SUBTARGETS:=nand sata
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
ARCH:=arc ARCH:=arc
BOARD:=arc770 BOARD:=arc770
BOARDNAME:=Synopsys DesignWare ARC 770D BOARDNAME:=Synopsys DesignWare ARC 770D
MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
SUBTARGETS:=generic SUBTARGETS:=generic
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -10,7 +10,6 @@ ARCH:=arc
CPU_TYPE:=archs CPU_TYPE:=archs
BOARD:=archs38 BOARD:=archs38
BOARDNAME:=Synopsys DesignWare ARC HS38 BOARDNAME:=Synopsys DesignWare ARC HS38
MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
SUBTARGETS:=generic SUBTARGETS:=generic
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -10,7 +10,6 @@ BOARD:=armvirt
BOARDNAME:=QEMU ARM Virtual Machine BOARDNAME:=QEMU ARM Virtual Machine
FEATURES:=fpu pci rtc usb FEATURES:=fpu pci rtc usb
FEATURES+=cpiogz ext4 ramdisk squashfs targz FEATURES+=cpiogz ext4 ramdisk squashfs targz
MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4

View File

@ -8,8 +8,6 @@ include $(TOPDIR)/rules.mk
ARCH:=arm ARCH:=arm
BOARD:=at91 BOARD:=at91
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> \
Sandeep Sheriker <sandeep.sheriker@gmail.com>
BOARDNAME:=Microchip (Atmel AT91) BOARDNAME:=Microchip (Atmel AT91)
FEATURES:=ext4 squashfs targz usb usbgadget ubifs FEATURES:=ext4 squashfs targz usb usbgadget ubifs
SUBTARGETS:=sama5 sam9x SUBTARGETS:=sama5 sam9x

View File

@ -10,7 +10,6 @@ ARCH:=mips
BOARD:=ath25 BOARD:=ath25
BOARDNAME:=Atheros AR231x/AR5312 BOARDNAME:=Atheros AR231x/AR5312
FEATURES:=squashfs low_mem small_flash FEATURES:=squashfs low_mem small_flash
MAINTAINER:=Sergey Ryazanov <ryazanov.s.a@gmail.com>
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -11,7 +11,6 @@ ARCH:=arm
BOARD:=bcm27xx BOARD:=bcm27xx
BOARDNAME:=Broadcom BCM27xx BOARDNAME:=Broadcom BCM27xx
FEATURES:=ext4 audio usb usbgadget display gpio fpu squashfs rootfs-part boot-part FEATURES:=ext4 audio usb usbgadget display gpio fpu squashfs rootfs-part boot-part
MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711 SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711
KERNEL_PATCHVER=5.4 KERNEL_PATCHVER=5.4

View File

@ -11,7 +11,6 @@ BOARD:=bcm47xx
BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
FEATURES:=squashfs usb FEATURES:=squashfs usb
SUBTARGETS:=generic mips74k legacy SUBTARGETS:=generic mips74k legacy
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -10,7 +10,6 @@ ARCH:=arm
BOARD:=bcm53xx BOARD:=bcm53xx
BOARDNAME:=Broadcom BCM47xx/53xx (ARM) BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
FEATURES:=squashfs nand usb pci pcie gpio FEATURES:=squashfs nand usb pci pcie gpio
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
CPU_TYPE:=cortex-a9 CPU_TYPE:=cortex-a9
SUBTARGETS:=generic SUBTARGETS:=generic

View File

@ -14,7 +14,6 @@ SUBTARGETS:=generic smp
FEATURES:=squashfs usb atm pci pcmcia usbgadget FEATURES:=squashfs usb atm pci pcmcia usbgadget
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14
KERNEL_TESTING_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER:=4.19
MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
define Target/Description define Target/Description
Build firmware images for Broadcom based xDSL/routers Build firmware images for Broadcom based xDSL/routers

View File

@ -12,8 +12,6 @@ BOARDNAME:=Cavium Networks Econa CNS3xxx
FEATURES:=squashfs fpu gpio pcie usb usbgadget FEATURES:=squashfs fpu gpio pcie usb usbgadget
CPU_TYPE:=mpcore CPU_TYPE:=mpcore
CPU_SUBTYPE:=vfp CPU_SUBTYPE:=vfp
MAINTAINER:=Felix Fietkau <nbd@nbd.name>, \
Koen Vandeputte <koen.vandeputte@ncentric.com>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19
define Target/Description define Target/Description

View File

@ -11,7 +11,6 @@ BOARD:=gemini
BOARDNAME:=Cortina Systems CS351x BOARDNAME:=Cortina Systems CS351x
FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
CPU_TYPE:=fa526 CPU_TYPE:=fa526
MAINTAINER:=Roman Yeryomin <roman@advem.lv>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -12,7 +12,6 @@ BOARDNAME:=Freescale i.MX 6
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
CPU_TYPE:=cortex-a9 CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon CPU_SUBTYPE:=neon
MAINTAINER:=Luka Perkov <luka@openwrt.org>
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -6,7 +6,6 @@ BOARDNAME:=Qualcomm Atheros IPQ40XX
FEATURES:=squashfs fpu ramdisk nand FEATURES:=squashfs fpu ramdisk nand
CPU_TYPE:=cortex-a7 CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4 CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org>
SUBTARGETS:=generic SUBTARGETS:=generic
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -8,7 +8,6 @@ BOARDNAME:=Qualcomm Atheros IPQ806X
FEATURES:=squashfs nand fpu ramdisk FEATURES:=squashfs nand fpu ramdisk
CPU_TYPE:=cortex-a15 CPU_TYPE:=cortex-a15
CPU_SUBTYPE:=neon-vfpv4 CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org>
SUBTARGETS:=generic SUBTARGETS:=generic
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -4,7 +4,6 @@ ARCH:=aarch64
BOARD:=ipq807x BOARD:=ipq807x
BOARDNAME:=Qualcomm Atheros IPQ807x BOARDNAME:=Qualcomm Atheros IPQ807x
FEATURES:=squashfs ramdisk source-only FEATURES:=squashfs ramdisk source-only
MAINTAINER:=John Crispin <john@phrozen.org>
KERNELNAME:=Image dtbs KERNELNAME:=Image dtbs
CPU_TYPE:=cortex-a53 CPU_TYPE:=cortex-a53

View File

@ -10,7 +10,6 @@ BOARD:=lantiq
BOARDNAME:=Lantiq BOARDNAME:=Lantiq
FEATURES:=squashfs FEATURES:=squashfs
SUBTARGETS:=xrx200 xway xway_legacy falcon ase SUBTARGETS:=xrx200 xway xway_legacy falcon ase
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -11,7 +11,6 @@ BOARDNAME:=NXP Layerscape
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4
SUBTARGETS:=armv8_64b armv7 SUBTARGETS:=armv8_64b armv7
MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com>
define Target/Description define Target/Description
Build firmware images for NXP Layerscape based boards. Build firmware images for NXP Layerscape based boards.

View File

@ -7,7 +7,6 @@ BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM BOARDNAME:=MediaTek Ralink ARM
SUBTARGETS:=mt7622 mt7623 mt7629 SUBTARGETS:=mt7622 mt7623 mt7629
FEATURES:=squashfs nand ramdisk fpu FEATURES:=squashfs nand ramdisk fpu
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -11,7 +11,6 @@ BOARD:=mpc85xx
BOARDNAME:=Freescale MPC85xx BOARDNAME:=Freescale MPC85xx
CPU_TYPE:=8540 CPU_TYPE:=8540
FEATURES:=squashfs ramdisk FEATURES:=squashfs ramdisk
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
SUBTARGETS:=generic p1020 p2020 SUBTARGETS:=generic p1020 p2020
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4

View File

@ -10,7 +10,6 @@ BOARD:=mvebu
BOARDNAME:=Marvell EBU Armada BOARDNAME:=Marvell EBU Armada
FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
SUBTARGETS:=cortexa9 cortexa53 cortexa72 SUBTARGETS:=cortexa9 cortexa53 cortexa72
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -12,7 +12,6 @@ BOARDNAME:=Freescale i.MX23/i.MX28
FEATURES:=ext4 rtc usb gpio FEATURES:=ext4 rtc usb gpio
CPU_TYPE:=arm926ej-s CPU_TYPE:=arm926ej-s
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4
KERNELNAME:=zImage dtbs KERNELNAME:=zImage dtbs

View File

@ -11,7 +11,6 @@ BOARD:=octeon
BOARDNAME:=Cavium Networks Octeon BOARDNAME:=Cavium Networks Octeon
FEATURES:=squashfs ramdisk pci usb FEATURES:=squashfs ramdisk pci usb
CPU_TYPE:=octeonplus CPU_TYPE:=octeonplus
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19

View File

@ -11,8 +11,6 @@ BOARD:=octeontx
BOARDNAME:=Octeon-TX BOARDNAME:=Octeon-TX
FEATURES:=targz pcie gpio rtc usb fpu FEATURES:=targz pcie gpio rtc usb fpu
MAINTAINER:=Tim Harvey <tharvey@gateworks.com>
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -16,8 +16,6 @@ CPU_SUBTYPE:=vfpv3
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19
MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
KERNELNAME:=zImage dtbs KERNELNAME:=zImage dtbs
define Target/Description define Target/Description

View File

@ -7,8 +7,6 @@ SUBTARGETS:=ox810se ox820
FEATURES:=gpio ramdisk rtc squashfs FEATURES:=gpio ramdisk rtc squashfs
DEVICE_TYPE:=nas DEVICE_TYPE:=nas
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk

View File

@ -12,7 +12,6 @@ BOARDNAME:=MIPS pistachio
FEATURES:=fpu usb usbgadget squashfs targz nand FEATURES:=fpu usb usbgadget squashfs targz nand
CPU_TYPE:=24kc CPU_TYPE:=24kc
CPU_SUBTYPE:=24kf CPU_SUBTYPE:=24kf
MAINTAINER:=
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -11,7 +11,6 @@ BOARD:=ramips
BOARDNAME:=MediaTek Ralink MIPS BOARDNAME:=MediaTek Ralink MIPS
SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
FEATURES:=squashfs gpio FEATURES:=squashfs gpio
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -10,7 +10,6 @@ ARCH:=mipsel
BOARD:=rb532 BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532 BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=pci targz squashfs minor nand FEATURES:=pci targz squashfs minor nand
MAINTAINER:=Roman Yeryomin <roman@advem.lv>
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -11,7 +11,6 @@ ARCH:=arm
BOARD:=samsung BOARD:=samsung
BOARDNAME:=Samsung s3c24xx/s5pv210 BOARDNAME:=Samsung s3c24xx/s5pv210
SUBTARGETS:=s5pv210 SUBTARGETS:=s5pv210
MAINTAINER:=Jianhui Zhao <jianhuizhao329@gmail.com>
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14

View File

@ -12,7 +12,6 @@ BOARD:=sunxi
BOARDNAME:=Allwinner A1x/A20/A3x/R40 BOARDNAME:=Allwinner A1x/A20/A3x/R40
FEATURES:=fpu usb ext4 display rtc squashfs FEATURES:=fpu usb ext4 display rtc squashfs
SUBTARGETS:=cortexa8 cortexa7 cortexa53 SUBTARGETS:=cortexa8 cortexa7 cortexa53
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -12,7 +12,6 @@ BOARDNAME := NVIDIA Tegra
FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
CPU_TYPE := cortex-a9 CPU_TYPE := cortex-a9
CPU_SUBTYPE := vfpv3 CPU_SUBTYPE := vfpv3
MAINTAINER := Tomasz Maciej Nowak <tomek_n@o2.pl>
KERNEL_PATCHVER := 4.19 KERNEL_PATCHVER := 4.19

View File

@ -11,7 +11,6 @@ BOARD:=x86
BOARDNAME:=x86 BOARDNAME:=x86
FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu
SUBTARGETS:=generic legacy geode 64 SUBTARGETS:=generic legacy geode 64
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -12,7 +12,6 @@ BOARDNAME:=Xilinx Zynq 7000 SoCs
FEATURES:=fpu gpio rtc usb usbgadget boot-part rootfs-part squashfs FEATURES:=fpu gpio rtc usb usbgadget boot-part rootfs-part squashfs
CPU_TYPE:=cortex-a9 CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon CPU_SUBTYPE:=neon
MAINTAINER:=Jason Wu <jason.wu.misc@gmail.com>
# future support SUBTARGETS: for both zynq and zynqmp # future support SUBTARGETS: for both zynq and zynqmp