From: Florian Eckert Date: Wed, 17 Apr 2024 13:15:28 +0000 (+0200) Subject: build: remove duplicate MAINTAINER from package-dumpinfo.mk X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0d445dad9883fdc0383b37661f99fde8ebbaf9bc;p=openwrt%2Fstaging%2Fpepe2k.git build: remove duplicate MAINTAINER from package-dumpinfo.mk This is an artifact and is not needed. We have already set the information 'Maintainer:' in the '.packageinfo-*' files. Signed-off-by: Florian Eckert --- diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk index fc25099ad3..e180c770e3 100644 --- a/include/package-dumpinfo.mk +++ b/include/package-dumpinfo.mk @@ -44,7 +44,6 @@ $(if $(KCONFIG),Kernel-Config: $(KCONFIG) )$(if $(BUILDONLY),Build-Only: $(BUILDONLY) )$(if $(HIDDEN),Hidden: $(HIDDEN) )Description: $(if $(Package/$(1)/description),$(Package/$(1)/description),$(TITLE)) -$(MAINTAINER) @@ $(if $(Package/$(1)/config),Config: $(Package/$(1)/config)