From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 19 Sep 2012 23:50:06 +0000 (+0000)
Subject: cns3xxx: fix the ethernet driver makefile
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=59b1d018b1f3f954903bf365ac77f683c5e04726;p=openwrt%2Fstaging%2Fdedeckeh.git

cns3xxx: fix the ethernet driver makefile

SVN-Revision: 33487
---

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