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: Dirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 47923
This commit is contained in:
John Crispin 2015-12-17 09:29:34 +00:00
parent d4b8d51580
commit 429ab0113a

View file

@ -820,7 +820,9 @@ define KernelPackage/ptp
SUBMENU:=$(OTHER_MENU)
TITLE:=PTP clock support
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
AUTOLOAD:=$(call AutoLoad,18,ptp,1)
endef