projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2279994
)
ipvlan: Fix dependency issue
author
Mahesh Bandewar
<maheshb@google.com>
Mon, 19 Sep 2016 20:56:29 +0000
(13:56 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 21 Sep 2016 02:55:23 +0000
(22:55 -0400)
kbuild-build-bot reported that if NETFILTER is not selected, the
build fails pointing to netfilter symbols.
Fixes:
4fbae7d83c98
("ipvlan: Introduce l3s mode")
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index 8768a625350df32f984cbb8a5026ab3c7f5d871a..95c32f2d7601b9180d43b77e1c143d4988f56962 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-149,6
+149,7
@@
config IPVLAN
tristate "IP-VLAN support"
depends on INET
depends on IPV6
+ depends on NETFILTER
depends on NET_L3_MASTER_DEV
---help---
This allows one to create virtual devices off of a main interface