From: Nicolas Thill Date: Sat, 1 Sep 2007 02:01:03 +0000 (+0000) Subject: fix typo left in [8562] (thanks to sn9) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=401d8ca98b1af6e1ab01f3490c8c6f32bc92e6e4;p=openwrt%2Fstaging%2Fthess.git fix typo left in [8562] (thanks to sn9) SVN-Revision: 8565 --- diff --git a/package/rt2x00/src/Makefile b/package/rt2x00/src/Makefile index 7ba0a81e73..97a88311ce 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 -ifeq ($(CONFIG_RT2x00PCI),y) +ifeq ($(CONFIG_RT2X00PCI),y) obj-m += rt2x00pci.o endif -ifeq ($(CONFIG_RT2x00USB),y) +ifeq ($(CONFIG_RT2X00USB),y) obj-m += rt2x00usb.o endif