add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg

SVN-Revision: 9060
This commit is contained in:
Felix Fietkau
2007-09-29 01:21:56 +00:00
parent 03543ec4a4
commit 97b6135462
5 changed files with 42 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ ifneq ($(DUMP),)
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \
echo "Maintainer: $(MAINTAINER)"; \
echo "Type: $(if $(Package/$(1)/targets),$(Package/$(1)/targets),$(if $(PKG_TARGETS),$(PKG_TARGETS),ipkg))"; \
$(if $(KCONFIG),echo "Kernel-Config: $(KCONFIG)";) \
echo -n "Description: "; \
getvar $(call shvar,Package/$(1)/description); \