summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2010-11-23 13:59:28 -0800
committerLuis R. Rodriguez <lrodriguez@atheros.com>2010-11-23 13:59:28 -0800
commit3f81fcdc9684231bd60acde05c26f8545f809e6e (patch)
treea1772bc0a3d4e8de94a37b4b4cfdb7f5cf588dfc /Makefile
parentd70fb8094860a65106f57b514096a50e6173bd1c (diff)
Revert "Revert "compat-wireless: apply changes needed after wl1271->wl12xx renaming""
This reverts commit 67146a01bd5061ac685fe82147a8b306014a903c. Conflicts: patches/25-multicast-list_head.patch Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db9c8367..aab3cdf7 100644
--- a/Makefile
+++ b/Makefile
@@ -276,7 +276,7 @@ install-scripts:
@$(MODPROBE) -l usb8xxx
@$(MODPROBE) -l usbnet
@$(MODPROBE) -l wl1251
- @$(MODPROBE) -l wl1271
+ @$(MODPROBE) -l wl12xx
@$(MODPROBE) -l zd1211rw
@echo
@echo "Currently detected ethernet subsystem modules:"
@@ -405,7 +405,7 @@ uninstall:
@$(MODPROBE) -l usb8xxx
@$(MODPROBE) -l usbnet
@$(MODPROBE) -l wl1251
- @$(MODPROBE) -l wl1271
+ @$(MODPROBE) -l wl12xx
@$(MODPROBE) -l zd1211rw
@echo
@echo "Your old ethernet subsystem modules are left intact:"