Tool/software: Linux
Hi there,
The thing, I have changed in the Linux kernel build are as follows:
Added Ethernet driver for DP83640 and
- depends on:
( CONFIG_NETWORK_PHY_TIMESTAMPING ) && ( CONFIG_PHYLIB ) && ( CONFIG_PTP_1588_CLOCK )
But after doing this I am getting lots of errors.
Error messahe:
ipv6: disagrees about version of symbol inet_frag_kill
ipv6: Unknown symbol inet_frag_kill (err -22)
ipv6: disagrees about version of symbol __kfree_skb
ipv6: Unknown symbol __kfree_skb (err -22)
ipv6: disagrees about version of symbol tcp_splice_read
ipv6: Unknown symbol tcp_splice_read (err -22)
ipv6: disagrees about version of symbol sock_init_data
ipv6: Unknown symbol sock_init_data (err -22)
ipv6: disagrees about version of symbol tcp_v4_connect
ipv6: Unknown symbol tcp_v4_connect (err -22)
ipv6: disagrees about version of symbol sk_prot_clear_portaddr_nulls
ipv6: Unknown symbol sk_prot_clear_portaddr_nulls (err -22)
ipv6: disagrees about version of symbol neigh_lookup
ipv6: Unknown symbol neigh_lookup (err -22)
ipv6: disagrees about version of symbol xfrm_state_register_afinfo
umount: can't umount /mnt/.psplash: Device or resource busy
ipv6: Unknown symbol xfrm_state_register_afinfo (err -22)
ipv6: disagrees about version of symbol release_sock
ipv6: Unknown symbol release_sock (err -22)
ipv6: disagrees about version of symbol secpath_dup
ipv6: Unknown symbol secpath_dup (err -22)
I have not changed any thing related to ipv6. So I am not sure what is the problem. Thanks
Regards,
Mitesh