projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changed the timeout for grub to load the menu from 10 secs to 2 secs
[openwrt.git]
/
include
/
netfilter.mk
diff --git
a/include/netfilter.mk
b/include/netfilter.mk
index
6f77f96
..
35efc03
100644
(file)
--- a/
include/netfilter.mk
+++ b/
include/netfilter.mk
@@
-16,9
+16,7
@@
endif
define nf_add
$(1)-$$($(2)) += $(3)
- ifeq ($$($(2)),m)
- KCONFIG_$(1) += $(2)
- endif
+ KCONFIG_$(1) += $(2)
endef
IPT_CONNTRACK-m :=
This page took
0.026944 seconds
and
4
git commands to generate.