mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: GKI: Add VLAN_8021Q
VLAN_8021Q is needed for haleytek vehicle projects. It's not possible to add as a vendor module since building as module changes built-in data structures. Bug: 210119134 Signed-off-by: Victor Shutemov <victor@haleytek.com> Change-Id: I2098a3bc2fe25bfb3cc69cac947ab4b94c1f5e7f
This commit is contained in:
@@ -520,6 +520,11 @@
|
||||
# required by failover.ko
|
||||
netdev_master_upper_dev_link
|
||||
rtnl_is_locked
|
||||
vlan_uses_dev
|
||||
vlan_vid_add
|
||||
vlan_vid_del
|
||||
vlan_vids_add_by_dev
|
||||
vlan_vids_del_by_dev
|
||||
|
||||
# required by goldfish_address_space.ko
|
||||
memremap
|
||||
|
||||
@@ -217,6 +217,7 @@ CONFIG_IP6_NF_RAW=y
|
||||
CONFIG_TIPC=y
|
||||
CONFIG_L2TP=y
|
||||
CONFIG_BRIDGE=y
|
||||
CONFIG_VLAN_8021Q=y
|
||||
CONFIG_6LOWPAN=y
|
||||
CONFIG_IEEE802154=y
|
||||
CONFIG_IEEE802154_6LOWPAN=y
|
||||
|
||||
@@ -199,6 +199,7 @@ CONFIG_IP6_NF_RAW=y
|
||||
CONFIG_TIPC=y
|
||||
CONFIG_L2TP=y
|
||||
CONFIG_BRIDGE=y
|
||||
CONFIG_VLAN_8021Q=y
|
||||
CONFIG_6LOWPAN=y
|
||||
CONFIG_IEEE802154=y
|
||||
CONFIG_IEEE802154_6LOWPAN=y
|
||||
|
||||
Reference in New Issue
Block a user