Skip to content
Snippets Groups Projects
Commit e9eb82b3 authored by Michael Büsch's avatar Michael Büsch
Browse files

Add maintainer information to menuconfig description dialog

SVN-Revision: 23161
parent cfd47b37
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ $(if $(KCONFIG),Kernel-Config: $(KCONFIG) ...@@ -46,7 +46,8 @@ $(if $(KCONFIG),Kernel-Config: $(KCONFIG)
)$(if $(BUILDONLY),Build-Only: $(BUILDONLY) )$(if $(BUILDONLY),Build-Only: $(BUILDONLY)
)Description: $(if $(Package/$(1)/description),$(Package/$(1)/description),$(TITLE)) )Description: $(if $(Package/$(1)/description),$(Package/$(1)/description),$(TITLE))
$(if $(URL),$(URL) $(if $(URL),$(URL)
)@@ )$(MAINTAINER)
@@
$(if $(Package/$(1)/config),Config: $(if $(Package/$(1)/config),Config:
$(Package/$(1)/config) $(Package/$(1)/config)
@@ @@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment