xtables-addons: update call BuildTemplate description
authorMieczyslaw Nalewaj <redacted>
Thu, 15 May 2025 13:03:09 +0000 (15:03 +0200)
committerRobert Marko <redacted>
Mon, 26 May 2025 17:04:18 +0000 (19:04 +0200)
The BuildTemplate call has five arguments
(since openwrt/openwrt@f12f407),
so the description is corrected

Signed-off-by: Mieczyslaw Nalewaj <redacted>
net/xtables-addons/Makefile

index db0302b7345a1f7ea98b40dda2cde2cb4405ae76..46e3d97a5ecf2b6a9c15db2774922dee004bd4ba 100644 (file)
@@ -61,8 +61,7 @@ endef
 # 2: extension/module display name used in package title/description
 # 3: list of extensions to package
 # 4: list of modules to package
-# 5: module load priority
-# 6: module depends
+# 5: module depends
 define BuildTemplate
 
  ifneq ($(3),)
@@ -206,7 +205,7 @@ define KernelPackage/nf-nathelper-rtsp
 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))
 
git clone https://git.99rst.org/PROJECT