Add maintainer information to menuconfig description dialog

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23161 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Michael Büsch 2010-09-30 11:01:01 +00:00
parent 500ff1f42e
commit 3b225c1032
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ $(if $(KCONFIG),Kernel-Config: $(KCONFIG)
)$(if $(BUILDONLY),Build-Only: $(BUILDONLY)
)Description: $(if $(Package/$(1)/description),$(Package/$(1)/description),$(TITLE))
$(if $(URL),$(URL)
)@@
)$(MAINTAINER)
@@
$(if $(Package/$(1)/config),Config:
$(Package/$(1)/config)
@@