summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/drivers/net/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
commit4aca87515a5083ae0e31ce3177189fd43b6d05ac (patch)
tree7b1d9a31393ca090757dc6f0d3859b4fcd93f271 /release/src/linux/linux/drivers/net/Makefile
parent008d0be72b2f160382c6e880765e96b64a050c65 (diff)
downloadtomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.gz
tomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.bz2
patch to Vanilla Tomato 1.28
Diffstat (limited to 'release/src/linux/linux/drivers/net/Makefile')
-rw-r--r--release/src/linux/linux/drivers/net/Makefile15
1 files changed, 8 insertions, 7 deletions
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