mirror of https://gitee.com/openkylin/linux.git
uapi: add missing netconf.h to export list
Add netconf.h for use by iproute2. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1abbe1394a
commit
895464fa4b
|
@ -258,6 +258,7 @@ header-y += neighbour.h
|
|||
header-y += net.h
|
||||
header-y += net_dropmon.h
|
||||
header-y += net_tstamp.h
|
||||
header-y += netconf.h
|
||||
header-y += netdevice.h
|
||||
header-y += netfilter.h
|
||||
header-y += netfilter_arp.h
|
||||
|
|
Loading…
Reference in New Issue