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:
761dc0a
)
oops, include missing change from [8560]
author
Nicolas Thill
<nico@openwrt.org>
Fri, 31 Aug 2007 10:09:46 +0000
(10:09 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 31 Aug 2007 10:09:46 +0000
(10:09 +0000)
SVN-Revision: 8562
package/rt2x00/src/Makefile
patch
|
blob
|
history
diff --git
a/package/rt2x00/src/Makefile
b/package/rt2x00/src/Makefile
index 842afbac207baac0b7c02cf336a0d79e14f03865..7ba0a81e730f4e19926cd25f083ffef3ea4c696c 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
-if
neq ($(CONFIG_PCI),
)
+if
eq ($(CONFIG_RT2x00PCI),y
)
obj-m += rt2x00pci.o
endif
-if
neq ($(CONFIG_USB),
)
+if
eq ($(CONFIG_RT2x00USB),y
)
obj-m += rt2x00usb.o
endif