iptables: Makefile: only build ip6tc, if IPv6 is enabled
[openwrt/svn-archive/archive.git] / package / network / utils / iptables / Makefile
1 #
2 # Copyright (C) 2006-2013 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.21
13 PKG_RELEASE:=1
14
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
16 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
17 ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
18 ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
19 ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
20 PKG_MD5SUM:=536d048c8e8eeebcd9757d0863ebb0c0
21
22 PKG_FIXUP:=autoreconf
23 PKG_INSTALL:=1
24 PKG_BUILD_PARALLEL:=1
25
26 ifneq ($(CONFIG_EXTERNAL_KERNEL_TREE),"")
27 PATCH_DIR:=
28 endif
29
30 include $(INCLUDE_DIR)/package.mk
31 ifeq ($(DUMP),)
32 -include $(LINUX_DIR)/.config
33 include $(INCLUDE_DIR)/netfilter.mk
34 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
35 endif
36
37
38 define Package/iptables/Default
39 SECTION:=net
40 CATEGORY:=Network
41 SUBMENU:=Firewall
42 URL:=http://netfilter.org/
43 endef
44
45 define Package/iptables/Module
46 $(call Package/iptables/Default)
47 DEPENDS:=iptables $(1)
48 endef
49
50 define Package/iptables
51 $(call Package/iptables/Default)
52 TITLE:=IP firewall administration tool
53 MENU:=1
54 DEPENDS+= +kmod-ipt-core +libip4tc +IPV6:libip6tc +libxtables
55 endef
56
57 define Package/iptables/description
58 IP firewall administration tool.
59
60 Matches:
61 - icmp
62 - tcp
63 - udp
64 - comment
65 - conntrack
66 - limit
67 - mac
68 - mark
69 - multiport
70 - set
71 - state
72 - time
73
74 Targets:
75 - ACCEPT
76 - CT
77 - DNAT
78 - DROP
79 - REJECT
80 - LOG
81 - MARK
82 - MASQUERADE
83 - REDIRECT
84 - SET
85 - SNAT
86 - TCPMSS
87
88 Tables:
89 - filter
90 - mangle
91 - nat
92 - raw
93
94 endef
95
96 define Package/iptables-mod-conntrack-extra
97 $(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
98 TITLE:=Extra connection tracking extensions
99 endef
100
101 define Package/iptables-mod-conntrack-extra/description
102 Extra iptables extensions for connection tracking.
103
104 Matches:
105 - connbytes
106 - connlimit
107 - connmark
108 - recent
109 - helper
110
111 Targets:
112 - CONNMARK
113
114 endef
115
116 define Package/iptables-mod-filter
117 $(call Package/iptables/Module, +kmod-ipt-filter)
118 TITLE:=Content inspection extensions
119 endef
120
121 define Package/iptables-mod-filter/description
122 iptables extensions for packet content inspection.
123 Includes support for:
124
125 Matches:
126 - layer7
127 - string
128
129 endef
130
131 define Package/iptables-mod-ipopt
132 $(call Package/iptables/Module, +kmod-ipt-ipopt)
133 TITLE:=IP/Packet option extensions
134 endef
135
136 define Package/iptables-mod-ipopt/description
137 iptables extensions for matching/changing IP packet options.
138
139 Matches:
140 - dscp
141 - ecn
142 - length
143 - statistic
144 - tcpmss
145 - unclean
146 - hl
147
148 Targets:
149 - DSCP
150 - CLASSIFY
151 - ECN
152 - HL
153
154 endef
155
156 define Package/iptables-mod-ipsec
157 $(call Package/iptables/Module, +kmod-ipt-ipsec)
158 TITLE:=IPsec extensions
159 endef
160
161 define Package/iptables-mod-ipsec/description
162 iptables extensions for matching ipsec traffic.
163
164 Matches:
165 - ah
166 - esp
167 - policy
168
169 endef
170
171 define Package/iptables-mod-nat-extra
172 $(call Package/iptables/Module, +kmod-ipt-nat-extra)
173 TITLE:=Extra NAT extensions
174 endef
175
176 define Package/iptables-mod-nat-extra/description
177 iptables extensions for extra NAT targets.
178
179 Targets:
180 - MIRROR
181 - NETMAP
182 endef
183
184 define Package/iptables-mod-ulog
185 $(call Package/iptables/Module, +kmod-ipt-ulog)
186 TITLE:=user-space packet logging
187 endef
188
189 define Package/iptables-mod-ulog/description
190 iptables extensions for user-space packet logging.
191
192 Targets:
193 - ULOG
194
195 endef
196
197 define Package/iptables-mod-hashlimit
198 $(call Package/iptables/Module, +kmod-ipt-hashlimit)
199 TITLE:=hashlimit matching
200 endef
201
202 define Package/iptables-mod-hashlimit/description
203 iptables extensions for hashlimit matching
204
205 Matches:
206 - hashlimit
207
208 endef
209
210 define Package/iptables-mod-iprange
211 $(call Package/iptables/Module, +kmod-ipt-iprange)
212 TITLE:=IP range extension
213 endef
214
215 define Package/iptables-mod-iprange/description
216 iptables extensions for matching ip ranges.
217
218 Matches:
219 - iprange
220
221 endef
222
223 define Package/iptables-mod-extra
224 $(call Package/iptables/Module, +kmod-ipt-extra)
225 TITLE:=Other extra iptables extensions
226 endef
227
228 define Package/iptables-mod-extra/description
229 Other extra iptables extensions.
230
231 Matches:
232 - addrtype
233 - condition
234 - owner
235 - physdev (if ebtables is enabled)
236 - pkttype
237 - quota
238
239 endef
240
241 define Package/iptables-mod-led
242 $(call Package/iptables/Module, +kmod-ipt-led)
243 TITLE:=LED trigger iptables extension
244 endef
245
246 define Package/iptables-mod-led/description
247 iptables extension for triggering a LED.
248
249 Targets:
250 - LED
251
252 endef
253
254 define Package/iptables-mod-tproxy
255 $(call Package/iptables/Module, +kmod-ipt-tproxy)
256 TITLE:=Transparent proxy iptables extensions
257 endef
258
259 define Package/iptables-mod-tproxy/description
260 Transparent proxy iptables extensions.
261
262 Matches:
263 - socket
264
265 Targets:
266 - TPROXY
267
268 endef
269
270 define Package/iptables-mod-tee
271 $(call Package/iptables/Module, +kmod-ipt-tee)
272 TITLE:=TEE iptables extensions
273 endef
274
275 define Package/iptables-mod-tee/description
276 TEE iptables extensions.
277
278 Targets:
279 - TEE
280
281 endef
282
283 define Package/iptables-mod-u32
284 $(call Package/iptables/Module, +kmod-ipt-u32)
285 TITLE:=U32 iptables extensions
286 endef
287
288 define Package/iptables-mod-u32/description
289 U32 iptables extensions.
290
291 Matches:
292 - u32
293
294 endef
295
296 define Package/ip6tables
297 $(call Package/iptables/Default)
298 DEPENDS:=@IPV6 +kmod-ip6tables +iptables
299 CATEGORY:=Network
300 TITLE:=IPv6 firewall administration tool
301 MENU:=1
302 endef
303
304
305 define Package/ip6tables-mod-nat
306 $(call Package/iptables/Default)
307 DEPENDS:=ip6tables +kmod-ipt-nat6
308 TITLE:=IPv6 NAT extensions
309 endef
310
311 define Package/ip6tables-mod-nat/description
312 iptables extensions for IPv6-NAT targets.
313 endef
314
315 define Package/libiptc
316 $(call Package/iptables/Default)
317 SECTION:=libs
318 CATEGORY:=Libraries
319 DEPENDS:=+libip4tc +IPV6:libip6tc
320 TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
321 endef
322
323 define Package/libip4tc
324 $(call Package/iptables/Default)
325 SECTION:=libs
326 CATEGORY:=Libraries
327 TITLE:=IPv4 firewall - shared libiptc library
328 endef
329
330 define Package/libip6tc
331 $(call Package/iptables/Default)
332 SECTION:=libs
333 CATEGORY:=Libraries
334 TITLE:=IPv6 firewall - shared libiptc library
335 endef
336
337 define Package/libxtables
338 $(call Package/iptables/Default)
339 SECTION:=libs
340 CATEGORY:=Libraries
341 TITLE:=IPv4/IPv6 firewall - shared xtables library
342 endef
343
344 TARGET_CPPFLAGS := \
345 -I$(PKG_BUILD_DIR)/include \
346 -I$(LINUX_DIR)/user_headers/include \
347 $(TARGET_CPPFLAGS)
348
349 TARGET_CFLAGS += \
350 -I$(PKG_BUILD_DIR)/include \
351 -I$(LINUX_DIR)/user_headers/include \
352 -ffunction-sections -fdata-sections
353
354 TARGET_LDFLAGS += \
355 -Wl,--gc-sections
356
357 CONFIGURE_ARGS += \
358 --enable-shared \
359 --enable-devel \
360 --with-kernel="$(LINUX_DIR)/user_headers" \
361 --with-xtlibdir=/usr/lib/iptables \
362 --enable-static
363
364 MAKE_FLAGS := \
365 $(TARGET_CONFIGURE_OPTS) \
366 COPT_FLAGS="$(TARGET_CFLAGS)" \
367 KERNEL_DIR="$(LINUX_DIR)/user_headers/" PREFIX=/usr \
368 KBUILD_OUTPUT="$(LINUX_DIR)" \
369 BUILTIN_MODULES="$(patsubst ip6t_%,%,$(patsubst ipt_%,%,$(patsubst xt_%,%,$(IPT_BUILTIN) $(IPT_CONNTRACK-m) $(IPT_NAT-m))))"
370
371 define Build/InstallDev
372 $(INSTALL_DIR) $(1)/usr/include
373 $(INSTALL_DIR) $(1)/usr/include/iptables
374 $(INSTALL_DIR) $(1)/usr/include/net/netfilter
375
376 # XXX: iptables header fixup, some headers are not installed by iptables anymore
377 $(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
378 $(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
379 $(CP) $(PKG_BUILD_DIR)/include/ip6tables.h $(1)/usr/include/
380 $(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
381 $(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
382
383 $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
384 $(INSTALL_DIR) $(1)/usr/lib
385 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
386 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
387 $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
388 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
389 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libip*tc.pc $(1)/usr/lib/pkgconfig/
390
391 # XXX: needed by firewall3
392 $(INSTALL_DIR) $(1)/usr/lib/iptables
393 $(CP) $(PKG_BUILD_DIR)/extensions/libext*.a $(1)/usr/lib/iptables/
394 endef
395
396 define Package/iptables/install
397 $(INSTALL_DIR) $(1)/usr/sbin
398 $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xtables-multi $(1)/usr/sbin/
399 $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables{,-restore,-save} $(1)/usr/sbin/
400 $(INSTALL_DIR) $(1)/usr/lib/iptables
401 endef
402
403 define Package/ip6tables/install
404 $(INSTALL_DIR) $(1)/usr/sbin
405 $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables{,-restore,-save} $(1)/usr/sbin/
406 endef
407
408 define Package/libiptc/install
409 $(INSTALL_DIR) $(1)/usr/lib
410 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so* $(1)/usr/lib/
411 endef
412
413 define Package/libip4tc/install
414 $(INSTALL_DIR) $(1)/usr/lib
415 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip4tc.so* $(1)/usr/lib/
416 endef
417
418 define Package/libip6tc/install
419 $(INSTALL_DIR) $(1)/usr/lib
420 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip6tc.so* $(1)/usr/lib/
421 endef
422
423 define Package/libxtables/install
424 $(INSTALL_DIR) $(1)/usr/lib
425 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
426 endef
427
428 define BuildPlugin
429 define Package/$(1)/install
430 $(INSTALL_DIR) $$(1)/usr/lib/iptables
431 for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)) $(patsubst xt_%,ip6t_%,$(2)) $(patsubst ip6t_%,xt_%,$(2)); do \
432 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \
433 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
434 fi; \
435 done
436 $(3)
437 endef
438
439 $$(eval $$(call BuildPackage,$(1)))
440 endef
441
442 L7_INSTALL:=\
443 $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
444 $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
445
446
447 $(eval $(call BuildPackage,iptables))
448 $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
449 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
450 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
451 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
452 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
453 $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
454 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
455 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
456 $(eval $(call BuildPlugin,iptables-mod-hashlimit,$(IPT_HASHLIMIT-m)))
457 $(eval $(call BuildPlugin,iptables-mod-led,$(IPT_LED-m)))
458 $(eval $(call BuildPlugin,iptables-mod-tproxy,$(IPT_TPROXY-m)))
459 $(eval $(call BuildPlugin,iptables-mod-tee,$(IPT_TEE-m)))
460 $(eval $(call BuildPlugin,iptables-mod-u32,$(IPT_U32-m)))
461 $(eval $(call BuildPackage,ip6tables))
462 $(eval $(call BuildPlugin,ip6tables-mod-nat,$(IPT_NAT6-m)))
463 $(eval $(call BuildPackage,libiptc))
464 $(eval $(call BuildPackage,libip4tc))
465 $(eval $(call BuildPackage,libip6tc))
466 $(eval $(call BuildPackage,libxtables))