diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-04 17:39:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-04 17:39:00 +0000 |
commit | 4d644e43c4f19a70d3fa6e09aeb3bb7d6c364cf8 (patch) | |
tree | dc1bb610a135f01f93067245b8d12f521066f45e | |
parent | 355d9d786cc7c8b0ad3423b4b79ccdc4f9e56518 (diff) | |
download | upstream-4d644e43c4f19a70d3fa6e09aeb3bb7d6c364cf8.tar.gz upstream-4d644e43c4f19a70d3fa6e09aeb3bb7d6c364cf8.tar.bz2 upstream-4d644e43c4f19a70d3fa6e09aeb3bb7d6c364cf8.zip |
[package] firewall: clean up description (#7875)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22905 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 40c82837fc..599126ae1e 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -23,7 +23,7 @@ define Package/firewall endef define Package/firewall/description - uci based firewall for openwrt + UCI based firewall for OpenWrt endef define Build/Compile |