summaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-06 09:52:32 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-06 09:52:32 +0000
commit5a743b51cba88e9da156e6b47a90e2858ddfb862 (patch)
tree63600530cabfea4f278983fa71b5f33841ed925e /package/rt2x00
parent074c4146b6cdac24db56c52b314753f9f7e52217 (diff)
2.6.24 rt2x00 version needs more objects to produce the library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2x00')
-rw-r--r--package/rt2x00/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/src/Makefile b/package/rt2x00/src/Makefile
index cc4d1dc40..3aeb4058f 100644
--- a/package/rt2x00/src/Makefile
+++ b/package/rt2x00/src/Makefile
@@ -41,7 +41,7 @@ endif
#
# Determine if and with what options the rt2x00 drivers should be build
#
-rt2x00lib-objs := rt2x00dev.o rt2x00mac.o
+rt2x00lib-objs := rt2x00dev.o rt2x00mac.o rt2x00config.o rt2x00firmware.o
ifeq ($(CONFIG_RT2X00),y)
obj-m += rt2x00lib.o