package TPROXY target and module infrastructure
[openwrt/staging/yousong.git] / package / iptables / Makefile
1 #
2 # Copyright (C) 2006-2010 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.8
13 PKG_RELEASE:=1
14
15 PKG_MD5SUM:=697ed89f37af4473a5f6349ba2700f2d
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 PKG_FIXUP:=libtool
23
24 include $(INCLUDE_DIR)/package.mk
25 ifeq ($(DUMP),)
26 -include $(LINUX_DIR)/.config
27 include $(INCLUDE_DIR)/netfilter.mk
28 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
29 endif
30
31
32 define Package/iptables/Default
33 SECTION:=net
34 CATEGORY:=Network
35 URL:=http://netfilter.org/
36 endef
37
38 define Package/iptables/Module
39 $(call Package/iptables/Default)
40 DEPENDS:=iptables $(1)
41 endef
42
43 define Package/iptables
44 $(call Package/iptables/Default)
45 TITLE:=IPv4 firewall administration tool
46 MENU:=1
47 DEPENDS+= +kmod-ipt-core +libiptc +libxtables
48 endef
49
50 define Package/iptables/description
51 IPv4 firewall administration tool.
52 Includes support for:
53 - comment
54 - limit
55 - LOG
56 - mac
57 - multiport
58 - REJECT
59 - TCPMSS
60 endef
61
62 define Package/iptables-mod-conntrack
63 $(call Package/iptables/Module, +kmod-ipt-conntrack)
64 TITLE:=Basic connection tracking extensions
65 endef
66
67 define Package/iptables-mod-conntrack/description
68 Basic iptables extensions for connection tracking.
69 Includes:
70 - state
71 - raw
72 - NOTRACK
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-ipset
146 $(call Package/iptables/Module, @LINUX_2_6)
147 TITLE:=IPset iptables extensions
148 endef
149
150 define Package/iptables-mod-ipset/description
151 IPset iptables extensions.
152 Includes:
153 - libipt_set
154 - libipt_SET
155 endef
156
157 define Package/iptables-mod-nat
158 $(call Package/iptables/Module, +kmod-ipt-nat)
159 TITLE:=Basic NAT extensions
160 endef
161
162 define Package/iptables-mod-nat/description
163 iptables extensions for basic NAT targets.
164 Includes:
165 - MASQUERADE
166 - SNAT
167 - DNAT
168 endef
169
170 define Package/iptables-mod-nat-extra
171 $(call Package/iptables/Module, +kmod-ipt-nat-extra)
172 TITLE:=Extra NAT extensions
173 endef
174
175 define Package/iptables-mod-nat-extra/description
176 iptables extensions for extra NAT targets.
177 Includes:
178 - REDIRECT
179 endef
180
181 define Package/iptables-mod-ulog
182 $(call Package/iptables/Module, +kmod-ipt-ulog)
183 TITLE:=user-space packet logging
184 endef
185
186 define Package/iptables-mod-ulog/description
187 iptables extensions for user-space packet logging.
188 Includes:
189 - libipt_ULOG
190 endef
191
192 define Package/iptables-mod-iprange
193 $(call Package/iptables/Module, +kmod-ipt-iprange)
194 TITLE:=IP range extension
195 endef
196
197 define Package/iptables-mod-iprange/description
198 iptables extensions for matching ip ranges.
199 Includes:
200 - libipt_iprange
201 endef
202
203 define Package/iptables-mod-extra
204 $(call Package/iptables/Module, +kmod-ipt-extra)
205 TITLE:=Other extra iptables extensions
206 endef
207
208 define Package/iptables-mod-extra/description
209 Other extra iptables extensions.
210 Includes:
211 - libipt_owner
212 - libipt_physdev
213 - libipt_pkttype
214 - libipt_recent
215 endef
216
217 define Package/iptables-mod-tproxy
218 $(call Package/iptables/Module, +kmod-ipt-tproxy)
219 TITLE:=Transparent proxy iptables extensions
220 endef
221
222 define Package/iptables-mod-tproxy/description
223 Transparent proxy iptables extensions.
224 Includes:
225 - libxt_socket
226 - libxt_TPROXY
227 endef
228
229
230 define Package/iptables-utils
231 $(call Package/iptables/Module, )
232 TITLE:=iptables save and restore utilities
233 endef
234
235 define Package/ip6tables
236 $(call Package/iptables/Default)
237 DEPENDS:=+kmod-ip6tables
238 CATEGORY:=IPv6
239 TITLE:=IPv6 firewall administration tool
240 MENU:=1
241 endef
242
243 define Package/ip6tables-utils
244 $(call Package/iptables/Default)
245 DEPENDS:=ip6tables
246 CATEGORY:=IPv6
247 TITLE:=ip6tables save and restore utilities
248 endef
249
250 define Package/libiptc
251 $(call Package/iptables/Default)
252 SECTION:=libs
253 CATEGORY:=Libraries
254 TITLE:=IPv4/IPv6 firewall - shared libiptc library
255 endef
256
257 define Package/libxtables
258 $(call Package/iptables/Default)
259 SECTION:=libs
260 CATEGORY:=Libraries
261 TITLE:=IPv4/IPv6 firewall - shared xtables library
262 endef
263
264
265 TARGET_CPPFLAGS := \
266 -I$(PKG_BUILD_DIR)/include \
267 -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
268 $(TARGET_CPPFLAGS)
269
270 TARGET_CFLAGS += \
271 -I$(PKG_BUILD_DIR)/include \
272 -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include
273
274 CONFIGURE_ARGS += \
275 --enable-shared \
276 --enable-devel \
277 --enable-ipv6 \
278 --with-kernel="$(LINUX_DIR)" \
279 --with-xtlibdir=/usr/lib/iptables
280
281 IPTABLES_MAKEOPTS = \
282 $(TARGET_CONFIGURE_OPTS) \
283 COPT_FLAGS="$(TARGET_CFLAGS)" \
284 LDFLAGS="-rdynamic -static-libgcc" \
285 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
286 KBUILD_OUTPUT="$(LINUX_DIR)" \
287 DESTDIR="$(PKG_INSTALL_DIR)" \
288 $(MAKE_TARGETS)
289
290 define Build/Compile
291 $(INSTALL_DIR) $(PKG_INSTALL_DIR)
292 $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS)
293 $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS) install
294 $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS)
295 $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS) install
296 endef
297
298 define Build/InstallDev
299 $(INSTALL_DIR) $(1)/usr/include
300 $(INSTALL_DIR) $(1)/usr/include/iptables
301 $(INSTALL_DIR) $(1)/usr/include/net/netfilter
302
303 # XXX: iptables header fixup, some headers are not installed by iptables anymore
304 $(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
305 $(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
306 $(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
307 $(CP) $(PKG_BUILD_DIR)/include/libipq/libipq.h $(1)/usr/include/
308 $(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
309 $(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
310
311 $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
312 $(INSTALL_DIR) $(1)/usr/lib
313 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
314 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
315 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.so* $(1)/usr/lib/
316 $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
317 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
318 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
319 endef
320
321 define Package/iptables/install
322 $(INSTALL_DIR) $(1)/usr/sbin
323 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(1)/usr/sbin/
324 $(INSTALL_DIR) $(1)/usr/lib/iptables
325 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
326 for m in $(patsubst xt_%,ipt_%,$(IPT_BUILTIN)) $(patsubst ipt_%,xt_%,$(IPT_BUILTIN)); do \
327 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so ]; then \
328 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so $(1)/usr/lib/iptables/ ;\
329 fi; \
330 done \
331 )
332 endef
333
334 define Package/iptables-utils/install
335 $(INSTALL_DIR) $(1)/usr/sbin
336 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
337 endef
338
339 define Package/ip6tables/install
340 $(INSTALL_DIR) $(1)/usr/sbin
341 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
342 $(INSTALL_DIR) $(1)/usr/lib/iptables
343 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
344 $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
345 )
346 endef
347
348 define Package/ip6tables-utils/install
349 $(INSTALL_DIR) $(1)/usr/sbin
350 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
351 endef
352
353 define Package/libiptc/install
354 $(INSTALL_DIR) $(1)/usr/lib
355 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
356 endef
357
358 define Package/libxtables/install
359 $(INSTALL_DIR) $(1)/usr/lib
360 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
361 endef
362
363 define BuildPlugin
364 define Package/$(1)/install
365 $(INSTALL_DIR) $$(1)/usr/lib/iptables
366 for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)); do \
367 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \
368 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
369 fi; \
370 done
371 $(3)
372 endef
373
374 $$(eval $$(call BuildPackage,$(1)))
375 endef
376
377 L7_INSTALL:=\
378 $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
379 $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
380
381
382 $(eval $(call BuildPackage,iptables))
383 $(eval $(call BuildPackage,iptables-utils))
384 $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
385 $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
386 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
387 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
388 $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m)))
389 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
390 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
391 $(eval $(call BuildPlugin,iptables-mod-ipset,ipt_set ipt_SET))
392 $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
393 $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
394 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
395 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
396 $(eval $(call BuildPlugin,iptables-mod-tproxy,$(IPT_TPROXY-m)))
397 $(eval $(call BuildPackage,ip6tables))
398 $(eval $(call BuildPackage,ip6tables-utils))
399 $(eval $(call BuildPackage,libiptc))
400 $(eval $(call BuildPackage,libxtables))