diff options
author | John Crispin <john@openwrt.org> | 2008-08-11 22:28:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-11 22:28:52 +0000 |
commit | c9f2df5cea731976a7766dda5d1a4a64d9bba8ea (patch) | |
tree | eaff413c6f6bdab8ac373aafaf03934b6cd78503 /package/firewall/Makefile | |
parent | 5627667654db791fc105117c8d5717caacbaa1b9 (diff) | |
download | upstream-c9f2df5cea731976a7766dda5d1a4a64d9bba8ea.tar.gz upstream-c9f2df5cea731976a7766dda5d1a4a64d9bba8ea.tar.bz2 upstream-c9f2df5cea731976a7766dda5d1a4a64d9bba8ea.zip |
fixes firewall makefile description
SVN-Revision: 12285
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r-- | package/firewall/Makefile | 2 |
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 |