Changeset b68978d in freewrt for package/iptables/Makefile
- Timestamp:
- Aug 17, 2025, 12:45:07 PM (4 months ago)
- Branches:
- freewrt_2_0
- Children:
- f15c9543
- Parents:
- b07a1b5
- git-author:
- Waldemar Brodkorb <wbx@…> (08/17/25 12:44:26)
- git-committer:
- Waldemar Brodkorb <wbx@…> (08/17/25 12:45:07)
- File:
-
- 1 edited
-
package/iptables/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iptables/Makefile
rb07a1b5 rb68978d 36 36 37 37 $(eval $(call PKG_template,IPTABLES_MOD_CONNTRACK,iptables-mod-conntrack,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 38 $(eval $(call PKG_template,IPTABLES_MOD_REJECT,iptables-mod-reject,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 39 $(eval $(call PKG_template,IPTABLES_MOD_TCPMSS,iptables-mod-tcpmss,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 38 40 $(eval $(call PKG_template,IPTABLES_MOD_EXTRA,iptables-mod-extra,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 39 41 $(eval $(call PKG_template,IPTABLES_MOD_FILTER,iptables-mod-filter,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 45 47 46 48 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_CONNTRACK,$(IPT_CONNTRACK-m))) 49 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_REJECT,$(IPT_REJECT-m))) 50 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_TCPMSS,$(IPT_TCPMSS-m))) 47 51 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_EXTRA,$(IPT_EXTRA-m))) 48 52 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_FILTER,$(IPT_FILTER-m),layer7-install))
Note:
See TracChangeset
for help on using the changeset viewer.
