projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)
[openwrt.git]
/
package
/
firewall
/
Makefile
diff --git
a/package/firewall/Makefile
b/package/firewall/Makefile
index
e3a28fc
..
9d4e5dd
100644
(file)
--- a/
package/firewall/Makefile
+++ b/
package/firewall/Makefile
@@
-18,7
+18,7
@@
define Package/firewall
CATEGORY:=Base system
URL:=http://openwrt.org/
TITLE:=OpenWrt firewall
- DEPENDS:=+iptables
+iptables-mod-ipopt +iptables-mod-extra
+ DEPENDS:=+iptables
-mod-conntrack +iptables-mod-nat
endef
define Package/firewall/description
This page took
0.026127 seconds
and
4
git commands to generate.