move to iptables 1.3.8
[openwrt.git] / package / iptables / Makefile
1
2 # Copyright (C) 2006 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 # $Id$
8
9 include $(TOPDIR)/rules.mk
10 include $(INCLUDE_DIR)/kernel.mk
11
12 PKG_NAME:=iptables
13 PKG_VERSION:=1.3.8
14 PKG_RELEASE:=1
15
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
18         ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
19         ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
20         ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
21 PKG_MD5SUM:=0a9209f928002e5eee9cdff8fef4d4b3
22
23 include $(INCLUDE_DIR)/package.mk
24 ifeq ($(DUMP),)
25   -include $(LINUX_DIR)/.config
26   include $(INCLUDE_DIR)/netfilter.mk
27   STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
28 endif
29
30 define Package/iptables/Default
31   SECTION:=net
32   CATEGORY:=Base system
33   URL:=http://netfilter.org/
34 endef
35
36 define Package/iptables
37   $(call Package/iptables/Default)
38   TITLE:=IPv4 firewall administration tool
39   MENU:=1
40 endef
41
42 define Package/iptables/conffiles
43 /etc/config/firewall
44 /etc/firewall.user
45 endef
46
47 define Package/iptables-mod-conntrack
48   $(call Package/iptables/Default)
49   DEPENDS:=iptables +kmod-ipt-conntrack
50   TITLE:=connection tracking modules
51   DESCRIPTION:=\
52         iptables extensions for connection tracking.\\\
53         \\\
54         Includes: \\\
55         - libipt_conntrack \\\
56         - libipt_helper \\\
57         - libipt_connmark/CONNMARK
58 endef
59
60 define Package/iptables-mod-filter
61   $(call Package/iptables/Default)
62   DEPENDS:=iptables +kmod-ipt-filter
63   TITLE:=filter modules
64   DESCRIPTION:=\
65         iptables extensions for packet content inspection.\\\
66         \\\
67         Includes: \\\
68         - libipt_ipp2p \\\
69         - libipt_layer7 
70 endef
71
72 define Package/iptables-mod-imq
73   $(call Package/iptables/Default)
74   DEPENDS:=iptables +kmod-ipt-imq
75   TITLE:=IMQ support
76   DESCRIPTION:=\
77         iptables extension for IMQ support.\\\
78         \\\
79         Includes: \\\
80         - libipt_IMQ
81 endef
82
83 define Package/iptables-mod-ipopt
84   $(call Package/iptables/Default)
85   DEPENDS:=iptables +kmod-ipt-ipopt
86   TITLE:=IP/Packet option modules
87   DESCRIPTION:=\
88         iptables extensions for matching/changing IP packet options.\\\
89         \\\
90         Includes: \\\
91         - libipt_CLASSIFY \\\
92         - libipt_dscp/DSCP \\\
93         - libipt_ecn/ECN \\\
94         - libipt_length \\\
95         - libipt_mac \\\
96         - libipt_tos/TOS \\\
97         - libipt_tcpmms \\\
98         - libipt_ttl/TTL \\\
99         - libipt_unclean 
100 endef
101
102 define Package/iptables-mod-ipsec
103   $(call Package/iptables/Default)
104   DEPENDS:=iptables +kmod-ipt-ipsec
105   TITLE:=IPSec extensions
106   DESCRIPTION:=\
107         iptables extensions for matching ipsec traffic.\\\
108         \\\
109         Includes: \\\
110         - libipt_ah \\\
111         - libipt_esp
112 endef
113
114 define Package/iptables-mod-nat
115   $(call Package/iptables/Default)
116   DEPENDS:=iptables +kmod-ipt-nat
117   TITLE:=extra NAT targets
118   DESCRIPTION:=\
119         iptables extensions for different NAT targets.\\\
120         \\\
121         Includes: \\\
122         - libipt_REDIRECT
123 endef
124
125 define Package/iptables-mod-ulog
126   $(call Package/iptables/Default)
127   DEPENDS:=iptables +kmod-ipt-ulog
128   TITLE:=user-space packet logging
129   DESCRIPTION:=\
130         iptables extensions for user-space packet logging.\\\
131         \\\
132         Includes: \\\
133         - libipt_ULOG
134 endef
135
136 define Package/iptables-mod-iprange
137   $(call Package/iptables/Default)
138   DEPENDS:=iptables +kmod-ipt-iprange
139   TITLE:=ip range module
140   DESCRIPTION:=\
141         iptables extensions for matching ip ranges.\\\
142         \\\
143         Includes: \\\
144         - libipt_iprange
145 endef
146
147 define Package/iptables-mod-extra
148   $(call Package/iptables/Default)
149   DEPENDS:=iptables +kmod-ipt-extra
150   TITLE:=other extra iptables extensions
151   DESCRIPTION:=\
152         other extra iptables extensions.\\\
153         \\\
154         Includes: \\\
155         - libipt_limit \\\
156         - libipt_owner \\\
157         - libipt_physdev \\\
158         - libipt_pkttype \\\
159         - libipt_recent \\\
160         - libipt_NOTRACK
161 endef
162
163 define Package/iptables-mod-ipset
164   $(call Package/iptables/Default)
165   DEPENDS:=iptables +kmod-ipt-ipset
166   TITLE:=ipset iptables extension
167   DESCRIPTION:=\
168     ipset
169 endef
170
171 define Package/iptables-utils
172   $(call Package/iptables/Default)
173   DEPENDS:=iptables
174   TITLE:=iptables save and restore utilities
175 endef
176
177 define Package/ip6tables
178   $(call Package/iptables/Default)
179   CATEGORY:=Network
180   TITLE:=IPv6 firewall administration tool
181 endef
182
183 define Build/Configure
184         rm -f $(PKG_BUILD_DIR)/.configured*
185         $(MAKE) -C $(PKG_BUILD_DIR) \
186                 clean
187 endef
188
189 define Build/Compile
190         chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
191         mkdir -p $(PKG_INSTALL_DIR)
192         $(MAKE) -C $(PKG_BUILD_DIR) \
193                 $(TARGET_CONFIGURE_OPTS) \
194                 COPT_FLAGS="$(TARGET_CFLAGS)" \
195                 LDFLAGS="-rdynamic -static-libgcc" \
196                 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
197                 DESTDIR="$(PKG_INSTALL_DIR)" \
198                 all install
199 endef
200
201 define Build/InstallDev
202         $(MAKE) -C $(PKG_BUILD_DIR) \
203                 $(TARGET_CONFIGURE_OPTS) \
204                 COPT_FLAGS="$(TARGET_CFLAGS)" \
205                 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
206                 DESTDIR="$(STAGING_DIR)" \
207                 install-devel
208         $(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr
209         $(CP) $(PKG_BUILD_DIR)/libiptc/libiptc.a $(STAGING_DIR)/usr/lib
210 endef
211
212 define Build/UninstallDev
213         rm -rf $(STAGING_DIR)/usr/include/libipq.h
214         rm -rf $(STAGING_DIR)/usr/include/libipulog
215         rm -rf $(STAGING_DIR)/usr/include/libipq
216         rm -rf $(STAGING_DIR)/usr/include/libiptc
217         rm -rf $(STAGING_DIR)/usr/include/linux/netfilter*
218         rm -rf $(STAGING_DIR)/usr/include/iptables*
219         rm -rf $(STAGING_DIR)/usr/include/ip6tables*
220         rm -rf $(STAGING_DIR)/usr/lib/libipq.a
221         rm -rf $(STAGING_DIR)/usr/lib/libiptc.a
222 endef
223
224 define Package/iptables/install
225         $(INSTALL_DIR) $(1)/etc/config
226         $(INSTALL_DATA) ./files/firewall.config $(1)/etc/config/firewall
227         $(INSTALL_DIR) $(1)/etc/init.d
228         $(INSTALL_BIN) ./files/firewall.init $(1)/etc/init.d/firewall
229         $(INSTALL_BIN) ./files/firewall.user $(1)/etc/
230         $(INSTALL_DIR) $(1)/usr/lib
231         $(INSTALL_DATA) ./files/firewall.awk $(1)/usr/lib
232         $(INSTALL_DIR) $(1)/usr/sbin
233         $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(1)/usr/sbin/
234         $(INSTALL_DIR) $(1)/usr/lib/iptables
235         (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
236                 $(CP) $(patsubst %,lib%.so,$(IPT_BUILTIN:xt_%=ipt_%)) $(1)/usr/lib/iptables/ \
237         )
238 endef
239
240 define Package/iptables-utils/install
241         $(INSTALL_DIR) $(1)/usr/sbin
242         $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
243 endef
244
245 define Package/ip6tables/install
246         $(INSTALL_DIR) $(1)/usr/sbin
247         $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
248         $(INSTALL_DIR) $(1)/usr/lib/iptables
249         (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
250                 $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
251         )
252 endef
253
254 define BuildPlugin
255   define Package/$(1)/install
256         $(INSTALL_DIR) $$(1)/usr/lib/iptables
257         for m in $$(patsubst xt_%,ipt_%,$(2)); do \
258                 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
259         done
260         $(3)
261   endef
262
263   $$(eval $$(call BuildPackage,$(1)))
264 endef
265
266 L7_INSTALL:=\
267         $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
268         $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
269
270 $(eval $(call BuildPackage,iptables))
271 $(eval $(call BuildPackage,iptables-utils))
272 $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
273 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
274 $(eval $(call BuildPlugin,iptables-mod-ipset,$(IPT_IPSET-m)))
275 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
276 $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m)))
277 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
278 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
279 $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
280 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
281 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
282 $(eval $(call BuildPackage,ip6tables))