From: Luis R. Rodriguez Date: Tue, 19 Jun 2012 19:28:19 +0000 (-0700) Subject: compat-wireless: update initramfs upon uninstall X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=135d1a253780233a69015af72606662bebff9793;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: update initramfs upon uninstall This is needed upon uninstallation. Signed-off-by: Luis R. Rodriguez --- diff --git a/Makefile b/Makefile index 9d09dfa7f2e0..358234fc448a 100644 --- 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: