2 # Copyright (C) 2008-2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
14 include $(INCLUDE_DIR
)/package.mk
16 define Package
/firewall
19 URL
:=http
://openwrt.org
/
20 TITLE
:=OpenWrt firewall
21 MAINTAINER
:=Jo-Philipp Wich
<xm@subsignal.org
>
22 DEPENDS
:=+iptables
+iptables-mod-conntrack
+iptables-mod-nat
26 define Package
/firewall
/description
27 UCI based firewall for OpenWrt
34 define Package
/firewall
/conffiles
39 define Package
/firewall
/install
40 $(INSTALL_DIR
) $(1)/lib
/firewall
41 $(INSTALL_DATA
) .
/files
/lib
/*.sh
$(1)/lib
/firewall
42 $(INSTALL_DIR
) $(1)/sbin
43 $(INSTALL_BIN
) .
/files
/bin
/fw
$(1)/sbin
44 $(INSTALL_DIR
) $(1)/etc
/config
45 $(INSTALL_DATA
) .
/files
/firewall.config
$(1)/etc
/config
/firewall
46 $(INSTALL_DIR
) $(1)/etc
/init.d
/
47 $(INSTALL_BIN
) .
/files
/firewall.init
$(1)/etc
/init.d
/firewall
48 $(INSTALL_DIR
) $(1)/etc
/hotplug.d
/iface
49 $(INSTALL_DATA
) .
/files
/firewall.hotplug
$(1)/etc
/hotplug.d
/iface
/20-firewall
50 $(INSTALL_DIR
) $(1)/etc
/hotplug.d
/firewall
51 $(INSTALL_DATA
) .
/files
/reflection.hotplug
$(1)/etc
/hotplug.d
/firewall
/10-nat-reflection
52 $(INSTALL_DIR
) $(1)/etc
53 $(INSTALL_DATA
) .
/files
/firewall.user
$(1)/etc
54 $(INSTALL_DIR
) $(1)/lib
/upgrade
/keep.d
55 $(INSTALL_DATA
) .
/files
/firewall.upgrade
$(1)/lib
/upgrade
/keep.d
/firewall
58 $(eval
$(call BuildPackage
,firewall
))