From 130e2c77d18bf902cd154faaf4d45b730287a844 Mon Sep 17 00:00:00 2001
From: Tim Nordell <tim.nordell@logicpd.com>
Date: Mon, 27 Oct 2014 17:14:57 -0500
Subject: [PATCH 5/5] Remove unneeded steps during cross-compile install

We don't want to run depmod as this is part of modeps later, so
remove this step.  Additionally, remove other steps not needed
for the backports package in this BSP.
---
 Makefile.real | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Makefile.real b/Makefile.real
index f60d5ca..dcf1a69 100644
--- a/Makefile.real
+++ b/Makefile.real
@@ -92,15 +92,7 @@ install: modules
 	@$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_PWD)			\
 		INSTALL_MOD_DIR=$(KMODDIR) $(KMODPATH_ARG)		\
 		modules_install
-	@./scripts/blacklist.sh $(KLIB)/ $(KLIB)/$(KMODDIR)
 	@./scripts/compress_modules.sh $(KLIB)/$(KMODDIR)
-	@./scripts/check_depmod.sh
-	@/sbin/depmod -a
-	@./scripts/update-initramfs.sh $(KLIB)
-	@echo
-	@echo Your backported driver modules should be installed now.
-	@echo Reboot.
-	@echo
 
 .PHONY: modules_install
 modules_install: install
-- 
2.0.4

