Revision 4013bee5f0041cb24da0673bcbfbf2d4dd19aa4e authored by David S. Miller on 13 October 2016, 14:03:24 UTC, committed by David S. Miller on 13 October 2016, 14:03:24 UTC
Jiri Benc says:

====================
openvswitch: vlan fixes

Fix three issues introduced by the 802.1AD patchset.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 88a2428 + 3145c03
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top