Skip to content

Commit

Permalink
config: enable CONFIG_NETWORK_PHY_TIMESTAMPING
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Nov 12, 2021
1 parent d54a676 commit 9dc3956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions patches/defconfig
Expand Up @@ -1034,7 +1034,8 @@ CONFIG_IPV6_SEG6_BPF=y
CONFIG_NETLABEL=y
# CONFIG_MPTCP is not set
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m
Expand Down Expand Up @@ -3198,10 +3199,6 @@ CONFIG_PPS_CLIENT_GPIO=m
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# end of PTP clock support

CONFIG_PINCTRL=y
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Expand Up @@ -42,7 +42,7 @@ KERNEL_REL=5.10
KERNEL_TAG=${KERNEL_REL}.65
kernel_rt=".65-rt53"
#Kernel Build
BUILD=${build_prefix}27.1
BUILD=${build_prefix}27.2

#v5.X-rcX + upto SHA
#prev_KERNEL_SHA=""
Expand Down

0 comments on commit 9dc3956

Please sign in to comment.