Skip to content
Snippets Groups Projects
Commit 429ab011 authored by John Crispin's avatar John Crispin
Browse files

kernel: kmod-ptp selects a new config symbol


since Kernel 3.14
408eccce net: ptp: move PTP classifier in its own file

found while bug search
thx olmari on IRC

Signed-off-by: default avatarDirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 47923
parent d4b8d515
No related branches found
No related tags found
No related merge requests found
...@@ -820,7 +820,9 @@ define KernelPackage/ptp ...@@ -820,7 +820,9 @@ define KernelPackage/ptp
SUBMENU:=$(OTHER_MENU) SUBMENU:=$(OTHER_MENU)
TITLE:=PTP clock support TITLE:=PTP clock support
DEPENDS:=+kmod-pps DEPENDS:=+kmod-pps
KCONFIG:=CONFIG_PTP_1588_CLOCK KCONFIG:= \
CONFIG_PTP_1588_CLOCK \
CONFIG_NET_PTP_CLASSIFY=y
FILES:=$(LINUX_DIR)/drivers/ptp/ptp.ko FILES:=$(LINUX_DIR)/drivers/ptp/ptp.ko
AUTOLOAD:=$(call AutoLoad,18,ptp,1) AUTOLOAD:=$(call AutoLoad,18,ptp,1)
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment