All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compat-wireless: enable uninstall for staging & atlxx
@ 2010-10-18 13:44 Walter Goldens
  2010-10-18 18:05 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Walter Goldens @ 2010-10-18 13:44 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

- enable 'make uninstall' for staging - brcm80211, ath6kl and ethernet atlxx 
- add atlxx to 'modprobe -l' list

Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- a/Makefile
+++ b/Makefile
@@ -255,6 +255,13 @@ install-scripts:
 	@$(MODPROBE) -l wl1271
 	@$(MODPROBE) -l zd1211rw
 	@echo
+	@echo "Currently detected ethernet subsystem modules:"
+	@echo
+	@$(MODPROBE) -l atl1
+	@$(MODPROBE) -l atl2
+	@$(MODPROBE) -l atl1e
+	@$(MODPROBE) -l atl1c
+	@echo
 	@echo "Currently detected bluetooth subsystem modules:"
 	@echo
 	@$(MODPROBE) -l sco
@@ -284,6 +291,8 @@ uninstall:
 	@rm -rf $(KLIB)/$(KMODDIR)/drivers/ssb/
 	@rm -rf $(KLIB)/$(KMODDIR)/drivers/net/usb/
 	@rm -rf $(KLIB)/$(KMODDIR)/drivers/net/wireless/
+	@rm -rf $(KLIB)/$(KMODDIR)/drivers/staging/
+	@rm -rf $(KLIB)/$(KMODDIR)/drivers/net/atl*
 	@# Lets only remove the stuff we are sure we are providing
 	@# on the misc directory.
 	@rm -f $(KLIB)/$(KMODDIR)/drivers/misc/eeprom/eeprom_93cx6.ko*
@@ -362,6 +371,13 @@ uninstall:
 	@$(MODPROBE) -l wl1271
 	@$(MODPROBE) -l zd1211rw
 	@echo
+	@echo "Your old ethernet subsystem modules are left intact:"
+	@echo
+	@$(MODPROBE) -l atl1
+	@$(MODPROBE) -l atl2
+	@$(MODPROBE) -l atl1e
+	@$(MODPROBE) -l atl1c
+	@echo
 	@echo "Your old bluetooth subsystem modules were left intact:"
 	@echo
 	@$(MODPROBE) -l sco



      

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] compat-wireless: enable uninstall for staging & atlxx
  2010-10-18 13:44 [PATCH] compat-wireless: enable uninstall for staging & atlxx Walter Goldens
@ 2010-10-18 18:05 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2010-10-18 18:05 UTC (permalink / raw)
  To: Walter Goldens; +Cc: linux-wireless

On Mon, Oct 18, 2010 at 6:44 AM, Walter Goldens
<goldenstranger@yahoo.com> wrote:
> - enable 'make uninstall' for staging - brcm80211, ath6kl and ethernet atlxx
> - add atlxx to 'modprobe -l' list
>
> Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>

applied and pushed, thanks!

  Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-18 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-18 13:44 [PATCH] compat-wireless: enable uninstall for staging & atlxx Walter Goldens
2010-10-18 18:05 ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.