aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/depmod.sh.chroot
diff options
context:
space:
mode:
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
-