John W. Linville 2940fac
diff -up compat-wireless-2012-02-05/config.mk.orig compat-wireless-2012-02-05/config.mk
John W. Linville 2940fac
--- compat-wireless-2012-02-05/config.mk.orig	2012-02-05 16:10:31.000000000 -0500
John W. Linville 2940fac
+++ compat-wireless-2012-02-05/config.mk	2012-02-06 11:43:46.142222712 -0500
John W. Linville aeaaac5
@@ -14,6 +14,9 @@ else
John W. Linville aeaaac5
 include $(KLIB_BUILD)/.config
John W. Linville aeaaac5
 endif
John W. Linville aeaaac5
 
John W. Linville aeaaac5
+# Enable SSB module (needs to be visible in compat_autoconf.h)
John W. Linville aeaaac5
+CONFIG_SSB=m
John W. Linville aeaaac5
+
John W. Linville aeaaac5
 ifneq ($(wildcard $(KLIB_BUILD)/Makefile),)
John W. Linville aeaaac5
 
John W. Linville 217da4e
 COMPAT_LATEST_VERSION = 3
John W. Linville 2940fac
diff -up compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile.orig compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile
John W. Linville 2940fac
--- compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile.orig	2012-02-05 16:10:39.000000000 -0500
John W. Linville 2940fac
+++ compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile	2012-02-06 11:43:46.143222699 -0500
John W. Linville 217da4e
@@ -1 +1 @@
John W. Linville aeaaac5
-obj-$(CONFIG_EEPROM_93CX6)	+= eeprom_93cx6.o
John W. Linville aeaaac5
+#obj-$(CONFIG_EEPROM_93CX6)	+= eeprom_93cx6.o
John W. Linville 2940fac
diff -up compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile.orig compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile
John W. Linville 2940fac
--- compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile.orig	2012-02-05 16:10:37.000000000 -0500
John W. Linville 2940fac
+++ compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile	2012-02-06 11:43:46.143222699 -0500
John W. Linville aeaaac5
@@ -2,7 +2,7 @@
John W. Linville aeaaac5
 # Makefile for the Atheros network device drivers.
John W. Linville aeaaac5
 #
John W. Linville aeaaac5
 
John W. Linville aeaaac5
-obj-$(CONFIG_ATL1) += atlx/
John W. Linville aeaaac5
-obj-$(CONFIG_ATL2) += atlx/
John W. Linville aeaaac5
-obj-$(CONFIG_ATL1E) += atl1e/
John W. Linville aeaaac5
-obj-$(CONFIG_ATL1C) += atl1c/
John W. Linville aeaaac5
+#obj-$(CONFIG_ATL1) += atlx/
John W. Linville aeaaac5
+#obj-$(CONFIG_ATL2) += atlx/
John W. Linville aeaaac5
+#obj-$(CONFIG_ATL1E) += atl1e/
John W. Linville aeaaac5
+#obj-$(CONFIG_ATL1C) += atl1c/
John W. Linville 2940fac
diff -up compat-wireless-2012-02-05/drivers/net/usb/Makefile.orig compat-wireless-2012-02-05/drivers/net/usb/Makefile
John W. Linville 2940fac
--- compat-wireless-2012-02-05/drivers/net/usb/Makefile.orig	2012-02-05 16:10:39.000000000 -0500
John W. Linville 2940fac
+++ compat-wireless-2012-02-05/drivers/net/usb/Makefile	2012-02-06 11:45:23.531005184 -0500
John W. Linville 2940fac
@@ -2,6 +2,6 @@
John W. Linville aeaaac5
 # Makefile for USB Network drivers
John W. Linville aeaaac5
 #
John W. Linville aeaaac5
 
John W. Linville aeaaac5
-obj-$(CONFIG_USB_NET_COMPAT_CDCETHER)	+= cdc_ether.o
John W. Linville aeaaac5
-obj-$(CONFIG_USB_NET_COMPAT_RNDIS_HOST)	+= rndis_host.o
John W. Linville aeaaac5
-obj-$(CONFIG_USB_COMPAT_USBNET)	+= usbnet.o
John W. Linville aeaaac5
+#obj-$(CONFIG_USB_NET_COMPAT_CDCETHER)	+= cdc_ether.o
John W. Linville aeaaac5
+#obj-$(CONFIG_USB_NET_COMPAT_RNDIS_HOST)	+= rndis_host.o
John W. Linville aeaaac5
+#obj-$(CONFIG_USB_COMPAT_USBNET)	+= usbnet.o
John W. Linville 2940fac
diff -up compat-wireless-2012-02-05/Makefile.orig compat-wireless-2012-02-05/Makefile
John W. Linville 2940fac
--- compat-wireless-2012-02-05/Makefile.orig	2012-02-05 16:10:31.000000000 -0500
John W. Linville 2940fac
+++ compat-wireless-2012-02-05/Makefile	2012-02-06 11:43:46.145222675 -0500
John W. Linville 6701fed
@@ -10,8 +10,8 @@ export KLIB_BUILD ?=	$(KLIB)/build
John W. Linville 37e219b
 MODPROBE := /sbin/modprobe
John W. Linville 6701fed
 
John W. Linville 6701fed
 ifneq ($(wildcard $(MODPROBE)),)
John W. Linville 37e219b
-MADWIFI=$(shell $(MODPROBE) -l ath_pci)
John W. Linville 37e219b
-OLD_IWL=$(shell $(MODPROBE) -l iwl4965)
John W. Linville 37e219b
+MADWIFI=""
John W. Linville 37e219b
+OLD_IWL=""
John W. Linville 6701fed
 endif
John W. Linville 37e219b
 
John W. Linville 37e219b
 DESTDIR?=
John W. Linville 6701fed
@@ -44,8 +44,8 @@ endif
John W. Linville aeaaac5
 
John W. Linville aeaaac5
 endif
John W. Linville aeaaac5
 
John W. Linville aeaaac5
-obj-$(CONFIG_COMPAT_BLUETOOTH) += net/bluetooth/
John W. Linville aeaaac5
-obj-$(CONFIG_COMPAT_BLUETOOTH_MODULES) += drivers/bluetooth/
John W. Linville aeaaac5
+#obj-$(CONFIG_COMPAT_BLUETOOTH) += net/bluetooth/
John W. Linville aeaaac5
+#obj-$(CONFIG_COMPAT_BLUETOOTH_MODULES) += drivers/bluetooth/
John W. Linville aeaaac5
 
John W. Linville aeaaac5
 else
John W. Linville aeaaac5