projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9d660
)
Fix the ip6tables dependency (#2079)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Jul 2007 18:53:33 +0000
(18:53 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 15 Jul 2007 18:53:33 +0000
(18:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7978
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
e59d0a6
..
83f6152
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-176,6
+176,7
@@
endef
define Package/ip6tables
$(call Package/iptables/Default)
+ DEPENDS:=+kmod-ipv6
CATEGORY:=Network
TITLE:=IPv6 firewall administration tool
endef