diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:20:35 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 13:44:24 +0100 |
commit | 0b2b162db977cccb1d70b9a2625132120fe2e244 (patch) | |
tree | acb3903a0d72701d8ec582ca2be700ab09a74c02 /package/kernel/linux/modules/other.mk | |
parent | c472ed29b4de611803438402d688f3bb1a650573 (diff) | |
download | upstream-0b2b162db977cccb1d70b9a2625132120fe2e244.tar.gz upstream-0b2b162db977cccb1d70b9a2625132120fe2e244.tar.bz2 upstream-0b2b162db977cccb1d70b9a2625132120fe2e244.zip |
kernel: remove kmod-gianfar, it is already built into the kernel
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 9821780641..81c04705de 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -817,7 +817,7 @@ $(eval $(call KernelPackage,ptp)) define KernelPackage/ptp-gianfar SUBMENU:=$(OTHER_MENU) TITLE:=Freescale Gianfar PTP support - DEPENDS:=@TARGET_mpc85xx +kmod-gianfar +kmod-ptp + DEPENDS:=@TARGET_mpc85xx +kmod-ptp KCONFIG:=CONFIG_PTP_1588_CLOCK_GIANFAR FILES:=$(LINUX_DIR)/drivers/net/ethernet/freescale/gianfar_ptp.ko AUTOLOAD:=$(call AutoProbe,gianfar_ptp) |