#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=amwall
PKG_VERSION:=0.1.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.amselinux.net/source/
$(CP) $(PKG_INSTALL_DIR)/etc/amsel* $(1)/etc/
endef
+define Package/amwall/conffiles
+/etc/amsel/firewall.conf
+endef
+
$(eval $(call BuildPackage,amwall))