projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15da030
)
compat-wireless: update initramfs upon uninstall
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Tue, 19 Jun 2012 19:28:19 +0000
(12:28 -0700)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Tue, 19 Jun 2012 19:28:19 +0000
(12:28 -0700)
This is needed upon uninstallation.
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9d09dfa7f2e061eb7f35c94fc2ce8a199d708530..358234fc448a43dc6e7ec4987b7eec6327c3451c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-230,6
+230,7
@@
uninstall:
@rm -f $(KLIB)/$(KMODDIR)/drivers/misc/eeprom_93cx6.ko*
@rm -f $(KLIB)/$(KMODDIR)/drivers/net/b44.ko*
@/sbin/depmod -a
+ @./scripts/update-initramfs
@echo
clean: