From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- release/src/linux/linux/drivers/net/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'release/src/linux/linux/drivers/net/Makefile') diff --git a/release/src/linux/linux/drivers/net/Makefile b/release/src/linux/linux/drivers/net/Makefile index acdea2cf..adec92ce 100644 --- a/release/src/linux/linux/drivers/net/Makefile +++ b/release/src/linux/linux/drivers/net/Makefile @@ -30,13 +30,13 @@ subdir-m += diag #subdir-m += ext_io #subdir-m += ctmisc -ifeq ($(CONFIG_HW_QOS),y) -subdir-m += port_based_qos -else - ifeq ($(CONFIG_PERFORMANCE),y) - subdir-m += port_based_qos - endif -endif +# ifeq ($(CONFIG_HW_QOS),y) +# subdir-m += port_based_qos +# else +# ifeq ($(CONFIG_PERFORMANCE),y) +# subdir-m += port_based_qos +# endif +# endif ifeq ($(CONFIG_TULIP),y) obj-y += tulip/tulip.o @@ -174,6 +174,7 @@ endif obj-$(CONFIG_STRIP) += strip.o obj-$(CONFIG_DUMMY) += dummy.o +obj-$(CONFIG_IMQ) += imq.o obj-$(CONFIG_BONDING) += bonding.o obj-$(CONFIG_DE600) += de600.o obj-$(CONFIG_DE620) += de620.o -- cgit v1.2.3-54-g00ecf