package/kernel: add package for the Gianfar PTP driver

PTP for gianfar can be built as a module. Create a package for it.

[juhosg: remove the mp85xx specific patch]

Patchwork: http://patchwork.openwrt.org/patch/3344/
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35706
This commit is contained in:
Gabor Juhos 2013-02-20 19:14:20 +00:00
parent 9070d701e7
commit 316706b09c
1 changed files with 17 additions and 0 deletions

View File

@ -636,3 +636,20 @@ define KernelPacakge/ptp/description
endef
$(eval $(call KernelPackage,ptp))
define KernelPackage/ptp-gianfar
SUBMENU:=$(OTHER_MENU)
TITLE:=Freescale Gianfar PTP support
DEPENDS:=@TARGET_mpc85xx +kmod-gianfar +kmod-ptp
KCONFIG:=CONFIG_PTP_1588_CLOCK_GIANFAR
FILES:=$(LINUX_DIR)/drivers/net/ethernet/freescale/gianfar_ptp.ko
AUTOLOAD:=$(call AutoLoad,51,gianfar_ptp)
endef
define KernelPacakge/ptp-gianfar/description
Kernel module for IEEE 1588 support for Freescale
Gianfar Ethernet drivers.
endef
$(eval $(call KernelPackage,ptp-gianfar))