diff options
author | John Crispin <blogic@openwrt.org> | 2008-08-11 22:28:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-08-11 22:28:52 +0000 |
commit | 64253085802ac645950fee49829332c406f5088b (patch) | |
tree | e9bdc2f0652045a36b2010b1c065c66d5c608254 /package/firewall/Makefile | |
parent | 4b924f0d7b32978e5161a716acc032ad68007e72 (diff) | |
download | upstream-64253085802ac645950fee49829332c406f5088b.tar.gz upstream-64253085802ac645950fee49829332c406f5088b.tar.bz2 upstream-64253085802ac645950fee49829332c406f5088b.zip |
fixes firewall makefile description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12285 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |