mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:26:16 +02:00
oops, include missing change from [8560]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8562 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5b1e271684
commit
437677dfb4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user