summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-04-06 09:52:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-04-06 09:52:32 +0000
commit8b0dffad6238d3145dff5c24de2d308d216383f2 (patch)
treeb39e610a734100c816295453d1c4d4b9c1d19f29 /package
parent7e2fc318306af1639656b8d3fca1b1ce74a6d1f1 (diff)
downloadmaster-31e0f0ae-8b0dffad6238d3145dff5c24de2d308d216383f2.tar.gz
master-31e0f0ae-8b0dffad6238d3145dff5c24de2d308d216383f2.tar.bz2
master-31e0f0ae-8b0dffad6238d3145dff5c24de2d308d216383f2.zip
2.6.24 rt2x00 version needs more objects to produce the library
SVN-Revision: 10737
Diffstat (limited to 'package')
-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 cc4d1dc405..3aeb4058fe 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