projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23344d
)
firewall: fix issue with parsing network options
author
Jo-Philipp Wich
<
[email protected]
>
Thu, 3 Jul 2014 09:21:44 +0000
(09:21 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Thu, 3 Jul 2014 09:21:44 +0000
(09:21 +0000)
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
SVN-Revision: 41491
package/network/config/firewall/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/firewall/Makefile
b/package/network/config/firewall/Makefile
index e521da6cc3ca9ae6fa1169fae7558925b2677ff6..52434149165641e6cf2e4ff7e385e10fdfeaf923 100644
(file)
--- a/
package/network/config/firewall/Makefile
+++ b/
package/network/config/firewall/Makefile
@@
-8,13
+8,13
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-07-0
2
+PKG_VERSION:=2014-07-0
3
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/firewall3.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=
94e7253a1166c1a03061c12e7e469433111f8f6f
+PKG_SOURCE_VERSION:=
7db01c8b2fda897c596ee7befbead66c31285590
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <
[email protected]
>