projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix the sdk
[openwrt.git]
/
package
/
rt2x00
/
src
/
Makefile
diff --git
a/package/rt2x00/src/Makefile
b/package/rt2x00/src/Makefile
index
842afba
..
97a8831
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
This page took
0.022895 seconds
and
4
git commands to generate.