summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-19 23:50:06 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-19 23:50:06 +0000
commitd6c5497a48ad8536375c757365d59e03ff38fc88 (patch)
treed7b08a05e0e84773889494a4401637a2faf725db /target/linux/cns3xxx
parentd898c2926f10db4e9356b61fd2402aa051cf1d2f (diff)
cns3xxx: fix the ethernet driver makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r--target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch b/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
index 72306d946..5eb40c5a1 100644
--- a/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
+++ b/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
@@ -1354,4 +1354,4 @@
+# Makefile for the Cavium ethernet device drivers.
+#
+
-+obj-$(CNS3XXX_ETH) += cns3xxx_eth.o
++obj-$(CONFIG_CNS3XXX_ETH) += cns3xxx_eth.o