iptables: move to 'Network' in menuconfig
[openwrt/openwrt.git] / package / iptables / Makefile
1 #
2 # Copyright (C) 2006-2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/kernel.mk
10
11 PKG_NAME:=iptables
12 PKG_VERSION:=1.4.4
13 PKG_RELEASE:=3
14
15 PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9
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
22 PATCH_DIR:=./patches/$(PKG_VERSION)
23
24 PKG_FIXUP = libtool
25
26 include $(INCLUDE_DIR)/package.mk
27 ifeq ($(DUMP),)
28 -include $(LINUX_DIR)/.config
29 include $(INCLUDE_DIR)/netfilter.mk
30 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
31 endif
32
33
34 define Package/iptables/Default
35 SECTION:=net
36 CATEGORY:=Network
37 URL:=http://netfilter.org/
38 endef
39
40 define Package/iptables/Module
41 $(call Package/iptables/Default)
42 DEPENDS:=iptables $(1)
43 endef
44
45 define Package/iptables
46 $(call Package/iptables/Default)
47 TITLE:=IPv4 firewall administration tool
48 MENU:=1
49 DEPENDS+= +kmod-ipt-core +libiptc +libxtables
50 endef
51
52 define Package/iptables/description
53 IPv4 firewall administration tool.
54 Includes support for:
55 - comment
56 - limit
57 - LOG
58 - mac
59 - multiport
60 - REJECT
61 - TCPMSS
62 endef
63
64 define Package/iptables-mod-conntrack
65 $(call Package/iptables/Module, +kmod-ipt-conntrack)
66 TITLE:=Basic connection tracking extensions
67 endef
68
69 define Package/iptables-mod-conntrack/description
70 Basic iptables extensions for connection tracking.
71 Includes:
72 - state
73 endef
74
75 define Package/iptables-mod-conntrack-extra
76 $(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
77 TITLE:=Extra connection tracking extensions
78 endef
79
80 define Package/iptables-mod-conntrack-extra/description
81 Extra iptables extensions for connection tracking.
82 Includes:
83 - libipt_conntrack
84 - libipt_helper
85 - libipt_connmark/CONNMARK
86 endef
87
88 define Package/iptables-mod-filter
89 $(call Package/iptables/Module, +kmod-ipt-filter)
90 TITLE:=Content inspection extensions
91 endef
92
93 define Package/iptables-mod-filter/description
94 iptables extensions for packet content inspection.
95 Includes:
96 - libipt_string
97 - libipt_layer7
98 endef
99
100 define Package/iptables-mod-imq
101 $(call Package/iptables/Module, +kmod-ipt-imq)
102 TITLE:=IMQ support
103 endef
104
105 define Package/iptables-mod-imq/description
106 iptables extension for IMQ support.
107 Includes:
108 - libipt_IMQ
109 endef
110
111 define Package/iptables-mod-ipopt
112 $(call Package/iptables/Module, +kmod-ipt-ipopt)
113 TITLE:=IP/Packet option extensions
114 endef
115
116 define Package/iptables-mod-ipopt/description
117 iptables extensions for matching/changing IP packet options.
118 Includes:
119 - libipt_CLASSIFY
120 - libipt_dscp/DSCP
121 - libipt_ecn/ECN
122 - libipt_length
123 - libipt_mac
124 - libipt_mark/MARK
125 - libipt_statistic
126 - libipt_tcpmms
127 - libipt_tos/TOS
128 - libipt_ttl/TTL
129 - libipt_unclean
130 endef
131
132 define Package/iptables-mod-ipsec
133 $(call Package/iptables/Module, +kmod-ipt-ipsec)
134 TITLE:=IPsec extensions
135 endef
136
137 define Package/iptables-mod-ipsec/description
138 iptables extensions for matching ipsec traffic.
139 Includes:
140 - libipt_ah
141 - libipt_esp
142 - libipt_policy
143 endef
144
145 define Package/iptables-mod-nat
146 $(call Package/iptables/Module, +kmod-ipt-nat)
147 TITLE:=Basic NAT extensions
148 endef
149
150 define Package/iptables-mod-nat/description
151 iptables extensions for basic NAT targets.
152 Includes:
153 - MASQUERADE
154 - SNAT
155 - DNAT
156 endef
157
158 define Package/iptables-mod-nat-extra
159 $(call Package/iptables/Module, +kmod-ipt-nat-extra)
160 TITLE:=Extra NAT extensions
161 endef
162
163 define Package/iptables-mod-nat-extra/description
164 iptables extensions for extra NAT targets.
165 Includes:
166 - REDIRECT
167 endef
168
169 define Package/iptables-mod-ulog
170 $(call Package/iptables/Module, +kmod-ipt-ulog)
171 TITLE:=user-space packet logging
172 endef
173
174 define Package/iptables-mod-ulog/description
175 iptables extensions for user-space packet logging.
176 Includes:
177 - libipt_ULOG
178 endef
179
180 define Package/iptables-mod-iprange
181 $(call Package/iptables/Module, +kmod-ipt-iprange)
182 TITLE:=IP range extension
183 endef
184
185 define Package/iptables-mod-iprange/description
186 iptables extensions for matching ip ranges.
187 Includes:
188 - libipt_iprange
189 endef
190
191 define Package/iptables-mod-extra
192 $(call Package/iptables/Module, +kmod-ipt-extra)
193 TITLE:=Other extra iptables extensions
194 endef
195
196 define Package/iptables-mod-extra/description
197 other extra iptables extensions.
198 Includes:
199 - libipt_owner
200 - libipt_physdev
201 - libipt_pkttype
202 - libipt_recent
203 - iptable_raw
204 - libipt_NOTRACK
205 endef
206
207 define Package/iptables-utils
208 $(call Package/iptables/Module, )
209 TITLE:=iptables save and restore utilities
210 endef
211
212 define Package/ip6tables
213 $(call Package/iptables/Default)
214 DEPENDS:=+kmod-ip6tables
215 CATEGORY:=IPv6
216 TITLE:=IPv6 firewall administration tool
217 MENU:=1
218 endef
219
220 define Package/ip6tables-utils
221 $(call Package/iptables/Default)
222 DEPENDS:=ip6tables
223 CATEGORY:=IPv6
224 TITLE:=ip6tables save and restore utilities
225 endef
226
227 define Package/libiptc
228 $(call Package/iptables/Default)
229 SECTION:=libs
230 CATEGORY:=Libraries
231 TITLE:=IPv4/IPv6 firewall - shared libiptc library
232 endef
233
234 define Package/libxtables
235 $(call Package/iptables/Default)
236 SECTION:=libs
237 CATEGORY:=Libraries
238 TITLE:=IPv4/IPv6 firewall - shared xtables library
239 endef
240
241
242 TARGET_CPPFLAGS := \
243 -I$(PKG_BUILD_DIR)/include \
244 -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
245 $(TARGET_CPPFLAGS)
246
247 CONFIGURE_ARGS += \
248 --enable-shared \
249 --enable-static \
250 --enable-devel \
251 --enable-ipv6 \
252 --with-kernel="$(LINUX_DIR)" \
253 --with-xtlibdir=/usr/lib/iptables
254
255 IPTABLES_MAKEOPTS = \
256 $(TARGET_CONFIGURE_OPTS) \
257 COPT_FLAGS="$(TARGET_CFLAGS)" \
258 LDFLAGS="-rdynamic -static-libgcc" \
259 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
260 KBUILD_OUTPUT="$(LINUX_DIR)" \
261 DESTDIR="$(PKG_INSTALL_DIR)" \
262 all install $(MAKE_TARGETS)
263
264 define Build/Compile
265 mkdir -p $(PKG_INSTALL_DIR)
266 $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS)
267 $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS)
268 endef
269
270 define Build/InstallDev
271 mkdir -p $(1)/usr/include
272 mkdir -p $(1)/usr/include/iptables
273 mkdir -p $(1)/usr/include/net/netfilter
274
275 # XXX: iptables header fixup, some headers are not installed by iptables anymore
276 $(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
277 $(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
278 $(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
279 $(CP) $(PKG_BUILD_DIR)/include/libipq/libipq.h $(1)/usr/include/
280 $(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
281 $(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
282
283 $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
284 mkdir -p $(1)/usr/lib
285 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{a,so*} $(1)/usr/lib/
286 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.{a,so*} $(1)/usr/lib/
287 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(1)/usr/lib/
288 mkdir -p $(1)/usr/lib/pkgconfig
289 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
290 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
291 endef
292
293 define Package/iptables/install
294 $(INSTALL_DIR) $(1)/usr/sbin
295 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(1)/usr/sbin/
296 $(INSTALL_DIR) $(1)/usr/lib/iptables
297 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
298 for m in $(patsubst xt_%,ipt_%,$(IPT_BUILTIN)) $(patsubst ipt_%,xt_%,$(IPT_BUILTIN)); do \
299 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so ]; then \
300 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so $(1)/usr/lib/iptables/ ;\
301 fi; \
302 done \
303 )
304 endef
305
306 define Package/iptables-utils/install
307 $(INSTALL_DIR) $(1)/usr/sbin
308 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
309 endef
310
311 define Package/ip6tables/install
312 $(INSTALL_DIR) $(1)/usr/sbin
313 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
314 $(INSTALL_DIR) $(1)/usr/lib/iptables
315 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
316 $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
317 )
318 endef
319
320 define Package/ip6tables-utils/install
321 $(INSTALL_DIR) $(1)/usr/sbin
322 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
323 endef
324
325 define Package/libiptc/install
326 $(INSTALL_DIR) $(1)/usr/lib
327 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so* $(1)/usr/lib/
328 endef
329
330 define Package/libxtables/install
331 $(INSTALL_DIR) $(1)/usr/lib
332 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
333 endef
334
335 define BuildPlugin
336 define Package/$(1)/install
337 $(INSTALL_DIR) $$(1)/usr/lib/iptables
338 for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)); do \
339 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \
340 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
341 fi; \
342 done
343 $(3)
344 endef
345
346 $$(eval $$(call BuildPackage,$(1)))
347 endef
348
349 L7_INSTALL:=\
350 $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
351 $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
352
353
354 $(eval $(call BuildPackage,iptables))
355 $(eval $(call BuildPackage,iptables-utils))
356 $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
357 $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
358 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
359 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
360 $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m)))
361 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
362 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
363 $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
364 $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
365 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
366 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
367 $(eval $(call BuildPackage,ip6tables))
368 $(eval $(call BuildPackage,ip6tables-utils))
369 $(eval $(call BuildPackage,libiptc))
370 $(eval $(call BuildPackage,libxtables))