aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-19 23:50:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-19 23:50:06 +0000
commit098c15a3797c89deb580a3bef74496f284270fc6 (patch)
treed7b08a05e0e84773889494a4401637a2faf725db
parent3f5b2249525a4f919519a429d2cf4cae7b94eebc (diff)
downloadmaster-187ad058-098c15a3797c89deb580a3bef74496f284270fc6.tar.gz
master-187ad058-098c15a3797c89deb580a3bef74496f284270fc6.tar.bz2
master-187ad058-098c15a3797c89deb580a3bef74496f284270fc6.zip
cns3xxx: fix the ethernet driver makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33487 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 72306d946f..5eb40c5a1f 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