From 3c8893d03a64b49c0ad80ee00456525e1b409a51 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 29 Dec 2012 13:44:59 -0500 Subject: work in progress on armhf/i.mx6 port --- config/hooks/depmod.sh.chroot | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 config/hooks/depmod.sh.chroot (limited to 'config/hooks/depmod.sh.chroot') diff --git a/config/hooks/depmod.sh.chroot b/config/hooks/depmod.sh.chroot deleted file mode 100755 index eb28a0c..0000000 --- a/config/hooks/depmod.sh.chroot +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Need to run depmod after hacking in uap8xxx.ko (DreamPlug WiFi). -# -# Unfortunately, this build step is relatively slow :( -set -e - -echo "It's depmod time!" -KERNELVERSION=`ls /boot/vmlinuz-* | sed -e "s/\/boot\/vmlinuz-//"` -dpkg-reconfigure linux-image-$KERNELVERSION - -- cgit v1.2.3