diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-07 13:08:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-07 13:08:28 +0000 |
commit | 1309ba379ef060590506ea9141f4c382a7d5b869 (patch) | |
tree | ed2c4d2eed2a164a13662489f6ff7de44a23d9a7 /package/network/config/firewall/Makefile | |
parent | bfd69b4134093228f0b49bc6c2a1bb2eafd9c044 (diff) | |
download | upstream-1309ba379ef060590506ea9141f4c382a7d5b869.tar.gz upstream-1309ba379ef060590506ea9141f4c382a7d5b869.tar.bz2 upstream-1309ba379ef060590506ea9141f4c382a7d5b869.zip |
firewall: fix typo in reflection hotplug script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 16a683c48a..4d7970a502 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=54 +PKG_RELEASE:=55 include $(INCLUDE_DIR)/package.mk |