diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-22 21:38:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-22 21:38:10 +0000 |
commit | d9ac523b000536698ba5be5a9d8b69f6e356f1d3 (patch) | |
tree | 97a6bf4be25f6fdb74988758016e1c1e51a17e2b /package/firewall/Makefile | |
parent | 091d0e2e9dfa463c27d0b4e37bb3aa7f13d047f4 (diff) | |
download | upstream-d9ac523b000536698ba5be5a9d8b69f6e356f1d3.tar.gz upstream-d9ac523b000536698ba5be5a9d8b69f6e356f1d3.tar.bz2 upstream-d9ac523b000536698ba5be5a9d8b69f6e356f1d3.zip |
[package] firewall: fix another instance of unquoted "*"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28529 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 b0b946fd07..8ce0295ee5 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=37 +PKG_RELEASE:=38 include $(INCLUDE_DIR)/package.mk |