summaryrefslogtreecommitdiffstats
path: root/include/package.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-22 19:56:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-22 19:56:21 +0000
commit51230131704e49170937f92756521d0f902a9143 (patch)
tree00a6930e464f3ed261f76e55ce44e76f4d568f3a /include/package.mk
parent66191d3476e4968e7261f2179eb04837ebedf67c (diff)
build: reduce the size of package metadata a bit to keep package list files smaller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package.mk')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk
index c1fe088ec..99d2dd270 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -215,7 +215,7 @@ define Package/$(1)/description
endef
endif
- $(foreach FIELD, TITLE CATEGORY PRIORITY SECTION VERSION,
+ $(foreach FIELD, TITLE CATEGORY SECTION VERSION,
ifeq ($($(FIELD)),)
$$(error Package/$(1) is missing the $(FIELD) field)
endif