summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-08-11 22:28:52 +0000
committerJohn Crispin <john@openwrt.org>2008-08-11 22:28:52 +0000
commitc9f2df5cea731976a7766dda5d1a4a64d9bba8ea (patch)
treeeaff413c6f6bdab8ac373aafaf03934b6cd78503
parent5627667654db791fc105117c8d5717caacbaa1b9 (diff)
downloadmaster-31e0f0ae-c9f2df5cea731976a7766dda5d1a4a64d9bba8ea.tar.gz
master-31e0f0ae-c9f2df5cea731976a7766dda5d1a4a64d9bba8ea.tar.bz2
master-31e0f0ae-c9f2df5cea731976a7766dda5d1a4a64d9bba8ea.zip
fixes firewall makefile description
SVN-Revision: 12285
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 23f23e6dc1..e3a28fc0f8 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -22,7 +22,7 @@ define Package/firewall
endef
define Package/firewall/description
- firewall for openwrt, you can select if you want to use the old version or the new uci based script
+ uci based firewall for openwrt
endef
define Build/Compile