mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
fix typo left in [8562] (thanks to sn9)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8565 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8e6efaff68
commit
ab85e3a591
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user