mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user