mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +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:
@@ -501,6 +501,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 gnss-cmdline.ko
|
||||
bus_find_device
|
||||
|
||||
@@ -227,6 +227,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
|
||||
|
||||
@@ -203,6 +203,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