aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/050-compat_firmware.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-01 17:42:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-01 17:42:00 +0000
commita0621fc315f6e73928010826407e794a228d443d (patch)
tree2bdbe8183e9b8b8a211f5f5ee73536759da79874 /package/mac80211/patches/050-compat_firmware.patch
parentcd2fc3bbe6a094801dda02c1945be3b65d002128 (diff)
downloadmaster-187ad058-a0621fc315f6e73928010826407e794a228d443d.tar.gz
master-187ad058-a0621fc315f6e73928010826407e794a228d443d.tar.bz2
master-187ad058-a0621fc315f6e73928010826407e794a228d443d.zip
mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27863 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/050-compat_firmware.patch')
-rw-r--r--package/mac80211/patches/050-compat_firmware.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/mac80211/patches/050-compat_firmware.patch b/package/mac80211/patches/050-compat_firmware.patch
new file mode 100644
index 0000000000..4d96ca9f83
--- /dev/null
+++ b/package/mac80211/patches/050-compat_firmware.patch
@@ -0,0 +1,17 @@
+--- a/compat/Makefile
++++ b/compat/Makefile
+@@ -1,10 +1,13 @@
+ obj-m += compat.o
+ #compat-objs :=
+
+-obj-$(CONFIG_COMPAT_FIRMWARE_CLASS) += compat_firmware_class.o
+
+ compat-y += main.o
+
++ifdef CONFIG_COMPAT_FIRMWARE_CLASS
++ compat-y += compat_firmware_class.o
++endif
++
+ # Compat kernel compatibility code
+ compat-$(CONFIG_COMPAT_KERNEL_2_6_14) += compat-2.6.14.o
+ compat-$(CONFIG_COMPAT_KERNEL_2_6_18) += compat-2.6.18.o