projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rename packages dependecies missed from [8806]
[openwrt.git]
/
include
/
package-dumpinfo.mk
diff --git
a/include/package-dumpinfo.mk
b/include/package-dumpinfo.mk
index
effb863
..
bc075e1
100644
(file)
--- a/
include/package-dumpinfo.mk
+++ b/
include/package-dumpinfo.mk
@@
-28,6
+28,7
@@
ifneq ($(DUMP),)
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \
echo "Maintainer: $(MAINTAINER)"; \
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \
echo "Maintainer: $(MAINTAINER)"; \
+ $(if $(KCONFIG),echo "Kernel-Config: $(KCONFIG)";) \
echo -n "Description: "; \
getvar $(call shvar,Package/$(1)/description); \
$(if $(URL),echo;echo "$(URL)";) \
echo -n "Description: "; \
getvar $(call shvar,Package/$(1)/description); \
$(if $(URL),echo;echo "$(URL)";) \
This page took
0.018598 seconds
and
4
git commands to generate.