projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
firewall: get rid of recursive shell script inclusion to improve hush compatibility
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
747cba3
..
b4e2554
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.4.4
PKG_NAME:=iptables
PKG_VERSION:=1.4.4
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@
-33,7
+33,7
@@
endif
define Package/iptables/Default
SECTION:=net
define Package/iptables/Default
SECTION:=net
- CATEGORY:=
Base system
+ CATEGORY:=
Network
URL:=http://netfilter.org/
endef
URL:=http://netfilter.org/
endef
This page took
0.023115 seconds
and
4
git commands to generate.