xtables-addons: update call BuildTemplate description

The BuildTemplate call has five arguments
(since openwrt/openwrt@f12f407),
so the description is corrected

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
Mieczyslaw Nalewaj
2025-05-15 15:03:09 +02:00
committed by Robert Marko
parent 51b65ec784
commit a5473150f3

View File

@@ -61,8 +61,7 @@ endef
# 2: extension/module display name used in package title/description # 2: extension/module display name used in package title/description
# 3: list of extensions to package # 3: list of extensions to package
# 4: list of modules to package # 4: list of modules to package
# 5: module load priority # 5: module depends
# 6: module depends
define BuildTemplate define BuildTemplate
ifneq ($(3),) ifneq ($(3),)
@@ -206,7 +205,7 @@ define KernelPackage/nf-nathelper-rtsp
endef endef
#$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,PRIORITY,DEPENDS)) #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,DEPENDS))
$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,+IPV6:kmod-ip6tables)) $(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,+IPV6:kmod-ip6tables))