From: Nicolas Thill <nico@openwrt.org>
Date: Fri, 31 Aug 2007 10:09:46 +0000 (+0000)
Subject: oops, include missing change from [8560]
X-Git-Tag: reboot~28254
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4bb94760351400805681058db80d5fb9218a2c7f;p=openwrt%2Fstaging%2Fpepe2k.git

oops, include missing change from [8560]

SVN-Revision: 8562
---

diff --git a/package/rt2x00/src/Makefile b/package/rt2x00/src/Makefile
index 842afbac20..7ba0a81e73 100644
--- a/package/rt2x00/src/Makefile
+++ b/package/rt2x00/src/Makefile
@@ -46,11 +46,11 @@ rt2x00lib-objs := rt2x00dev.o rt2x00mac.o
 ifeq ($(CONFIG_RT2X00),y)
 	obj-m += rt2x00lib.o
 
-ifneq ($(CONFIG_PCI),)
+ifeq ($(CONFIG_RT2x00PCI),y)
 	obj-m += rt2x00pci.o
 endif
 
-ifneq ($(CONFIG_USB),)
+ifeq ($(CONFIG_RT2x00USB),y)
 	obj-m += rt2x00usb.o
 endif