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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user