mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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:
parent
d4b8d51580
commit
429ab0113a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user