Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
update kernel config to build macvlan module
Browse files Browse the repository at this point in the history
and allow module annotations
  • Loading branch information
whi-tw committed Dec 20, 2022
1 parent 4f7f1cd commit ad95b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/3.0.13/kernel-config
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_MODULE_STRIPPED=y
CONFIG_MODULE_STRIPPED=n
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
Expand Down Expand Up @@ -1600,7 +1600,7 @@ CONFIG_DUMMY=y
# CONFIG_NET_FC is not set
CONFIG_IFB=m
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
CONFIG_MACVLAN=m
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
Expand Down

0 comments on commit ad95b33

Please sign in to comment.