projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
365ad8d
)
fix typo left in [8562] (thanks to sn9)
author
Nicolas Thill
<nico@openwrt.org>
Sat, 1 Sep 2007 02:01:03 +0000
(
02:01
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 1 Sep 2007 02:01:03 +0000
(
02:01
+0000)
SVN-Revision: 8565
package/rt2x00/src/Makefile
patch
|
blob
|
history
diff --git
a/package/rt2x00/src/Makefile
b/package/rt2x00/src/Makefile
index 7ba0a81e730f4e19926cd25f083ffef3ea4c696c..97a88311ce9d1c373300383cb057bf330e294eeb 100644
(file)
--- 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_RT2
x
00PCI),y)
+ifeq ($(CONFIG_RT2
X
00PCI),y)
obj-m += rt2x00pci.o
endif
-ifeq ($(CONFIG_RT2
x
00USB),y)
+ifeq ($(CONFIG_RT2
X
00USB),y)
obj-m += rt2x00usb.o
endif