diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:31:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:31:49 +0000 |
commit | b0ca17ae6e8cd0c8e7c90ec5ea734026cfc4ef32 (patch) | |
tree | 8fa01838bae6848e237955580bed0414cd3a4fd9 /package | |
parent | 3864e6af2ff1877cfbf43d830b546990ff4f6ea0 (diff) | |
download | upstream-b0ca17ae6e8cd0c8e7c90ec5ea734026cfc4ef32.tar.gz upstream-b0ca17ae6e8cd0c8e7c90ec5ea734026cfc4ef32.tar.bz2 upstream-b0ca17ae6e8cd0c8e7c90ec5ea734026cfc4ef32.zip |
firewall: mark /etc/firewall.user as conffile
SVN-Revision: 23231
Diffstat (limited to 'package')
-rw-r--r-- | package/firewall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 59edb0e3f3..389c2dff87 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -33,6 +33,7 @@ endef define Package/firewall/conffiles /etc/config/firewall +/etc/firewall.user endef define Package/firewall/install |