aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/depmod.sh.chroot
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-12-29 13:44:59 -0500
committerficus <ficus@robocracy.org>2012-12-29 13:44:59 -0500
commit3c8893d03a64b49c0ad80ee00456525e1b409a51 (patch)
treeeefdd5effb172b2136c12db129b15f71cf415388 /config/hooks/depmod.sh.chroot
parent536ccdd0bbc5ff3cae788d15ca5c6856e814b306 (diff)
downloadtorouter-live-3c8893d03a64b49c0ad80ee00456525e1b409a51.tar.gz
torouter-live-3c8893d03a64b49c0ad80ee00456525e1b409a51.zip
work in progress on armhf/i.mx6 port
Diffstat (limited to 'config/hooks/depmod.sh.chroot')
-rwxr-xr-xconfig/hooks/depmod.sh.chroot11
1 files changed, 0 insertions, 11 deletions
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
-