mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-17 17:03:27 +00:00
include section name in the package metadata
SVN-Revision: 6094
This commit is contained in:
parent
374f384350
commit
28f97f9fc3
@ -178,6 +178,7 @@ define BuildPackage
|
||||
echo "Depends: $$(IDEPEND_$(1))"; \
|
||||
echo "Provides: $(PROVIDES)"; \
|
||||
echo "Build-Depends: $(PKG_BUILDDEP)"; \
|
||||
echo "Section: $(SECTION)"; \
|
||||
echo "Category: $(CATEGORY)"; \
|
||||
echo "Title: $(TITLE)"; \
|
||||
echo "Maintainer: $(MAINTAINER)"; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user